Backend release branch to main (#1822)

* Create deploy_be_staging.yml (#1575)

* Imputing income using geographic neighbors (#1559)

Imputes income field with a light refactor. Needs more refactor and more tests (I spotchecked). Next ticket will check and address but a lot of "narwhal" architecture is here.

* Adding HOLC indicator (#1579)

Added HOLC indicator (Historic Redlining Score) from NCRC work; included 3.25 cutoff and low income as part of the housing burden category.

* Update backend for Puerto Rico (#1686)

* Update PR threshold count to 10

We now show 10 indicators for PR. See the discussion on the github issue for more info: https://github.com/usds/justice40-tool/issues/1621

* Do not use linguistic iso for Puerto Rico

Closes 1350.

Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>

* updating

* Do not drop Guam and USVI from ETL (#1681)

* Remove code that drops Guam and USVI from ETL

* Add back code for dropping rows by FIPS code

We may want this functionality, so let's keep it and just make the constant currently be an empty array.

Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>

* Emma nechamkin/holc patch (#1742)

Removing HOLC calculation from score narwhal.

* updating ejscreen data, try two (#1747)

* Rescaling linguistic isolation  (#1750)

Rescales linguistic isolation to drop puerto rico

* adds UST indicator (#1786)

adds leaky underground storage tanks

* Changing LHE in tiles to a boolean (#1767)

also includes merging / clean up of the release

* added indoor plumbing to chas

* added indoor plumbing to score housing burden

* added indoor plumbing to score housing burden

* first run through

* Refactor DOE Energy Burden and COI to use YAML (#1796)

* added tribalId for Supplemental dataset (#1804)

* Setting zoom levels for tribal map (#1810)

* NRI dataset and initial score YAML configuration (#1534)

* update be staging gha

* NRI dataset and initial score YAML configuration

* checkpoint

* adding data checks for release branch

* passing tests

* adding INPUT_EXTRACTED_FILE_NAME to base class

* lint

* columns to keep and tests

* update be staging gha

* checkpoint

* update be staging gha

* NRI dataset and initial score YAML configuration

* checkpoint

* adding data checks for release branch

* passing tests

* adding INPUT_EXTRACTED_FILE_NAME to base class

* lint

* columns to keep and tests

* checkpoint

* PR Review

* renoving source url

* tests

* stop execution of ETL if there's a YAML schema issue

* update be staging gha

* adding source url as class var again

* clean up

* force cache bust

* gha cache bust

* dynamically set score vars from YAML

* docsctrings

* removing last updated year - optional reverse percentile

* passing tests

* sort order

* column ordening

* PR review

* class level vars

* Updating DatasetsConfig

* fix pylint errors

* moving metadata hint back to code

Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>

* Correct copy typo (#1809)

* Add basic test suite for COI (#1518)

* Update COI to use new yaml (#1518)

* Add tests for DOE energy budren (1518

* Add dataset config for energy budren (1518)

* Refactor ETL to use datasets.yml (#1518)

* Add fake GEOIDs to COI tests (#1518)

* Refactor _setup_etl_instance_and_run_extract to base (#1518)

For the three classes we've done so far, a generic
_setup_etl_instance_and_run_extract will work fine, for the moment we
can reuse the same setup method until we decide future classes need more
flexibility --- but they can also always subclass so...

* Add output-path tests (#1518)

* Update YAML to match constant (#1518)

* Don't blindly set float format (#1518)

* Add defaults for extract (#1518)

* Run YAML load on all subclasses (#1518)

* Update description fields (#1518)

* Update YAML per final format (#1518)

* Update fixture tract IDs (#1518)

* Update base class refactor (#1518)

Now that NRI is final I needed to make a small number of updates to my
refactored code.

* Remove old comment (#1518)

* Fix type signature and return (#1518)

* Update per code review (#1518)

Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
Co-authored-by: Vim <86254807+vim-usds@users.noreply.github.com>

* Update etl_score_geo.py

Yikes! Fixing merge messup!

* Create deploy_be_staging.yml (#1575)

* Imputing income using geographic neighbors (#1559)

Imputes income field with a light refactor. Needs more refactor and more tests (I spotchecked). Next ticket will check and address but a lot of "narwhal" architecture is here.

* Adding HOLC indicator (#1579)

Added HOLC indicator (Historic Redlining Score) from NCRC work; included 3.25 cutoff and low income as part of the housing burden category.

* Update backend for Puerto Rico (#1686)

* Update PR threshold count to 10

We now show 10 indicators for PR. See the discussion on the github issue for more info: https://github.com/usds/justice40-tool/issues/1621

* Do not use linguistic iso for Puerto Rico

Closes 1350.

Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>

* updating

* Do not drop Guam and USVI from ETL (#1681)

* Remove code that drops Guam and USVI from ETL

* Add back code for dropping rows by FIPS code

We may want this functionality, so let's keep it and just make the constant currently be an empty array.

Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>

* Emma nechamkin/holc patch (#1742)

Removing HOLC calculation from score narwhal.

* updating ejscreen data, try two (#1747)

* Rescaling linguistic isolation  (#1750)

Rescales linguistic isolation to drop puerto rico

* adds UST indicator (#1786)

adds leaky underground storage tanks

* Changing LHE in tiles to a boolean (#1767)

also includes merging / clean up of the release

* added indoor plumbing to chas

* added indoor plumbing to score housing burden

* added indoor plumbing to score housing burden

* first run through

* Refactor DOE Energy Burden and COI to use YAML (#1796)

* added tribalId for Supplemental dataset (#1804)

* Setting zoom levels for tribal map (#1810)

* NRI dataset and initial score YAML configuration (#1534)

* update be staging gha

* NRI dataset and initial score YAML configuration

* checkpoint

* adding data checks for release branch

* passing tests

* adding INPUT_EXTRACTED_FILE_NAME to base class

* lint

* columns to keep and tests

* update be staging gha

* checkpoint

* update be staging gha

* NRI dataset and initial score YAML configuration

* checkpoint

* adding data checks for release branch

* passing tests

* adding INPUT_EXTRACTED_FILE_NAME to base class

* lint

* columns to keep and tests

* checkpoint

* PR Review

* renoving source url

* tests

* stop execution of ETL if there's a YAML schema issue

* update be staging gha

* adding source url as class var again

* clean up

* force cache bust

* gha cache bust

* dynamically set score vars from YAML

* docsctrings

* removing last updated year - optional reverse percentile

* passing tests

* sort order

* column ordening

* PR review

* class level vars

* Updating DatasetsConfig

* fix pylint errors

* moving metadata hint back to code

Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>

* Correct copy typo (#1809)

* Add basic test suite for COI (#1518)

* Update COI to use new yaml (#1518)

* Add tests for DOE energy budren (1518

* Add dataset config for energy budren (1518)

* Refactor ETL to use datasets.yml (#1518)

* Add fake GEOIDs to COI tests (#1518)

* Refactor _setup_etl_instance_and_run_extract to base (#1518)

For the three classes we've done so far, a generic
_setup_etl_instance_and_run_extract will work fine, for the moment we
can reuse the same setup method until we decide future classes need more
flexibility --- but they can also always subclass so...

* Add output-path tests (#1518)

* Update YAML to match constant (#1518)

* Don't blindly set float format (#1518)

* Add defaults for extract (#1518)

* Run YAML load on all subclasses (#1518)

* Update description fields (#1518)

* Update YAML per final format (#1518)

* Update fixture tract IDs (#1518)

* Update base class refactor (#1518)

Now that NRI is final I needed to make a small number of updates to my
refactored code.

* Remove old comment (#1518)

* Fix type signature and return (#1518)

* Update per code review (#1518)

Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
Co-authored-by: Vim <86254807+vim-usds@users.noreply.github.com>

* Update etl_score_geo.py

Yikes! Fixing merge messup!

* updated to fix linting errors (#1818)

Cleans and updates base branch

* Adding back MapComparison video

* Add FUDS ETL (#1817)

* Add spatial join method (#1871)

Since we'll need to figure out the tracts for a large number of points
in future tickets, add a utility to handle grabbing the tract geometries
and adding tract data to a point dataset.

* Add FUDS, also jupyter lab (#1871)

* Add YAML configs for FUDS (#1871)

* Allow input geoid to be optional (#1871)

* Add FUDS ETL, tests, test-datae noteobook (#1871)

This adds the ETL class for Formerly Used Defense Sites (FUDS). This is
different from most other ETLs since these FUDS are not provided by
tract, but instead by geographic point, so we need to assign FUDS to
tracts and then do calculations from there.

* Floats -> Ints, as I intended (#1871)

* Floats -> Ints, as I intended (#1871)

* Formatting fixes (#1871)

* Add test false positive GEOIDs (#1871)

* Add gdal binaries (#1871)

* Refactor pandas code to be more idiomatic (#1871)

Per Emma, the more pandas-y way of doing my counts is using np.where to
add the values i need, then groupby and size. It is definitely more
compact, and also I think more correct!

* Update configs per Emma suggestions (#1871)

* Type fixed! (#1871)

* Remove spurious import from vscode (#1871)

* Snapshot update after changing col name (#1871)

* Move up GDAL (#1871)

* Adjust geojson strategy (#1871)

* Try running census separately first (#1871)

* Fix import order (#1871)

* Cleanup cache strategy (#1871)

* Download census data from S3 instead of re-calculating (#1871)

* Clarify pandas code per Emma (#1871)

* Disable markdown check for link

* Adding DOT composite to travel score (#1820)

This adds the DOT dataset to the ETL and to the score. Note that currently we take a percentile of an average of percentiles.

* Adding first street foundation data (#1823)

Adding FSF flood and wildfire risk datasets to the score.

* first run -- adding NCLD data to the ETL, but not yet to the score

* Add abandoned mine lands data (#1824)

* Add notebook to generate test data (#1780)

* Add Abandoned Mine Land data (#1780)

Using a similar structure but simpler apporach compared to FUDs, add an
indicator for whether a tract has an abandonded mine.

* Adding some detail to dataset readmes

Just a thought!

* Apply feedback from revieiw (#1780)

* Fixup bad string that broke test (#1780)

* Update a string that I should have renamed (#1780)

* Reduce number of threads to reduce memory pressure (#1780)

* Try not running geo data (#1780)

* Run the high-memory sets separately (#1780)

* Actually deduplicate (#1780)

* Add flag for memory intensive ETLs (#1780)

* Document new flag for datasets (#1780)

* Add flag for new datasets fro rebase (#1780)

Co-authored-by: Emma Nechamkin <97977170+emma-nechamkin@users.noreply.github.com>

* Adding NLCD data (#1826)

Adding NLCD's natural space indicator end to end to the score.

* Add donut hole calculation to score (#1828)

Adds adjacency index to the pipeline. Requires thorough QA

* Adding eamlis and fuds data to legacy pollution in score (#1832)

Update to add EAMLIS and FUDS data to score

* Update to use new FSF files (#1838)

backend is partially done!

* Quick fix to kitchen or plumbing indicator

Yikes! I think I messed something up and dropped the pctile field suffix from when the KP score gets calculated. Fixing right quick.

* Fast flag update (#1844)

Added additional flags for the front end based on our conversation in stand up this morning.

* Tiles fix (#1845)

Fixes score-geo and adds flags

* Update etl_score_geo.py

* Issue 1827: Add demographics to tiles and download files (#1833)

* Adding demographics for use in sidebar and download files

* Updates backend constants to N (#1854)

* updated to show T/F/null vs T/F for AML and FUDS (#1866)

* fix markdown

* just testing that the boolean is preserved on gha

* checking drop tracts works

* OOPS!

Old changes persisted

* adding a check to the agvalue calculation for nri

* updated with error messages

* updated error message

* tuple type

* Score tests (#1847)

* update Python version on README; tuple typing fix

* Alaska tribal points fix (#1821)

* Bump mistune from 0.8.4 to 2.0.3 in /data/data-pipeline (#1777)

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
- [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v2.0.3)

---
updated-dependencies:
- dependency-name: mistune
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* poetry update

* initial pass of score tests

* add threshold tests

* added ses threshold (not donut, not island)

* testing suite -- stopping for the day

* added test for lead proxy indicator

* Refactor score tests to make them less verbose and more direct (#1865)

* Cleanup tests slightly before refactor (#1846)

* Refactor score calculations tests

* Feedback from review

* Refactor output tests like calculatoin tests (#1846) (#1870)

* Reorganize files (#1846)

* Switch from lru_cache to fixture scorpes (#1846)

* Add tests for all factors (#1846)

* Mark smoketests and run as part of be deply (#1846)

* Update renamed var (#1846)

* Switch from named tuple to dataclass (#1846)

This is annoying, but pylint in python3.8 was crashing parsing the named
tuple. We weren't using any namedtuple-specific features, so I made the
type a dataclass just to get pylint to behave.

* Add default timout to requests (#1846)

* Fix type (#1846)

* Fix merge mistake on poetry.lock (#1846)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Escobar <jorge.e.escobar@omb.eop.gov>
Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Bowen <83967628+mattbowen-usds@users.noreply.github.com>
Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>

* just testing that the boolean is preserved on gha (#1867)

* updated with hopefully a fix; coercing aml, fuds, hrs to booleans for the raw value to preserve null character.

* Adding tests to ensure proper calculations (#1871)

* just testing that the boolean is preserved on gha
* checking drop tracts works
* adding a check to the agvalue calculation for nri
* updated with error messages

* tribal tiles fix (#1874)

* Alaska tribal points fix (#1821)

* tribal tiles fix

* disabling child opportunity

* lint

* removing COI

* removing commented out code

* Pipeline tile tests (#1864)

* temp update

* updating with fips check

* adding check on pfs

* updating with pfs test

* Update test_tiles_smoketests.py

* Fix lint errors (#1848)

* Add column names test (#1848)

* Mark tests as smoketests (#1848)

* Move to other score-related tests (#1848)

* Recast Total threshold criteria exceeded to int (#1848)

In writing tests to verify the output of the tiles csv matches the final
score CSV, I noticed TC/Total threshold criteria exceeded was getting
cast from an int64 to a float64 in the process of PostScoreETL. I
tracked it down to the line where we merge the score dataframe with
constants.DATA_CENSUS_CSV_FILE_PATH --- there where > 100 tracts in the
national census CSV that don't exist in the score, so those ended up
with a Total threshhold count of np.nan, which is a float, and thereby
cast those columns to float. For the moment I just cast it back.

* No need for low memeory (#1848)

* Add additional tests of tiles.csv (#1848)

* Drop pre-2010 rows before computing score (#1848)

Note this is probably NOT the optimal place for this change; it might
make more sense for each source to filter its own tracts down to the
acceptable tract list. However, that would be a pretty invasive change,
where this is central and plenty of other things are happening in score
transform that could be moved to sources, so for today, here's where the
change will live.

* Fix typo (#1848)

* Switch from filter to inner join (#1848)

* Remove no-op lines from tiles (#1848)

* Apply feedback from review, linter (#1848)

* Check the values oeverything in the frame (#1848)

* Refactor checker class (#1848)

* Add test for state names (#1848)

* cleanup from reviewing my own code (#1848)

* Fix lint error (#1858)

* Apply Emma's feedback from review (#1848)

* Remove refs to national_df (#1848)

* Account for new, fake nullable bools in tiles (#1848)

To handle a geojson limitation, Emma converted some nullable boolean
colunms to float64 in the tiles export with the values {0.0, 1.0, nan},
giving us the same expressiveness. Sadly, this broke my assumption that
all columns between the score and tiles csvs would have the same dtypes,
so I need to account for these new, fake bools in my test.

* Use equals instead of my worse version (#1848)

* Missed a spot where we called _create_score_data (#1848)

* Update per safety (#1848)

Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>

* Add tests to make sure each source makes it to the score correctly (#1878)

* Remove unused persistent poverty from score (#1835)

* Test a few datasets for overlap in the final score (#1835)

* Add remaining data sources (#1853)

* Apply code-review feedback (#1835)

* Rearrange a little for readabililty (#1835)

* Add tract test (#1835)

* Add test for score values (#1835)

* Check for unmatched source tracts (#1835)

* Cleanup numeric code to plaintext (#1835)

* Make import more obvious (#1835)

* Updating traffic barriers to include low pop threshold (#1889)

Changing the traffic barriers to only be included for places with recorded population

* Remove no land tracts from map (#1894)

remove from map

* Issue 1831: missing life expectancy data from Maine and Wisconsin (#1887)

* Fixing missing states and adding tests for states to all classes

* Removing low pop tracts from FEMA population loss (#1898)

dropping 0 population from FEMA

* 1831 Follow up (#1902)

This code causes no functional change to the code. It does two things:

1. Uses difference instead of - to improve code style for working with sets.

2. Removes the line EXPECTED_MISSING_STATES = ["02", "15"], which is now redundant because of the line I added (in a previous pull request) of ALASKA_AND_HAWAII_EXPECTED_IN_DATA = False.

* Add tests for all non-census sources (#1899)

* Refactor CDC life-expectancy (1554)

* Update to new tract list (#1554)

* Adjust for tests (#1848)

* Add tests for cdc_places (#1848)

* Add EJScreen tests (#1848)

* Add tests for HUD housing (#1848)

* Add tests for GeoCorr (#1848)

* Add persistent poverty tests (#1848)

* Update for sources without zips, for new validation (#1848)

* Update tests for new multi-CSV but (#1848)

Lucas updated the CDC life expectancy data to handle a bug where two
states are missing from the US Overall download. Since virtually none of
our other ETL classes download multiple CSVs directly like this, it
required a pretty invasive new mocking strategy.

* Add basic tests for nature deprived (#1848)

* Add wildfire tests (#1848)

* Add flood risk tests (#1848)

* Add DOT travel tests (#1848)

* Add historic redlining tests (#1848)

* Add tests for ME and WI (#1848)

* Update now that validation exists (#1848)

* Adjust for validation (#1848)

* Add health insurance back to cdc places (#1848)

Ooops

* Update tests with new field (#1848)

* Test for blank tract removal (#1848)

* Add tracts for clipping behavior

* Test clipping and zfill behavior (#1848)

* Fix bad test assumption (#1848)

* Simplify class, add test for tract padding (#1848)

* Fix percentage inversion, update tests (#1848)

Looking through the transformations, I noticed that we were subtracting
a percentage that is usually between 0-100 from 1 instead of 100, and so
were endind up with some surprising results. Confirmed with lucasmbrown-usds

* Add note about first street data (#1848)

* Issue 1900: Tribal overlap with Census tracts (#1903)

* working notebook

* updating notebook

* wip

* fixing broken tests

* adding tribal overlap files

* WIP

* WIP

* WIP, calculated count and names

* working

* partial cleanup

* partial cleanup

* updating field names

* fixing bug

* removing pyogrio

* removing unused imports

* updating test fixtures to be more realistic

* cleaning up notebook

* fixing black

* fixing flake8 errors

* adding tox instructions

* updating etl_score

* suppressing warning

* Use projected CRSes, ignore geom types (#1900)

I looked into this a bit, and in general the geometry type mismatch
changes very little about the calculation; we have a mix of
multipolygons and polygons. The fastest thing to do is just not keep
geom type; I did some runs with it set to both True and False, and
they're the same within 9 digits of precision. Logically we just want to
overlaps, regardless of how the actual geometries are encoded between
the frames, so we can in this case ignore the geom types and feel OKAY.

I also moved to projected CRSes, since we are actually trying to do area
calculations and so like, we should. Again, the change is small in
magnitude but logically more sound.

* Readd CDC dataset config (#1900)

* adding comments to fips code

* delete unnecessary loggers

Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>

* Improve score test documentation based on Lucas's feedback (#1835) (#1914)

* Better document base on Lucas's feedback (#1835)

* Fix typo (#1835)

* Add test to verify GEOJSON matches tiles (#1835)

* Remove NOOP line (#1835)

* Move GEOJSON generation up for new smoketest (#1835)

* Fixup code format (#1835)

* Update readme for new somketest (#1835)

* Cleanup source tests (#1912)

* Move test to base for broader coverage (#1848)

* Remove duplicate line (#1848)

* FUDS needed an extra mock (#1848)

* Add tribal count notebook (#1917) (#1919)

* Add tribal count notebook (#1917)

* test without caching

* added comment

Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>

* Add tribal overlap to downloads (#1907)

* Add tribal data to downloads (#1904)

* Update test pickle with current cols (#1904)

* Remove text of tribe names from GeoJSON (#1904)

* Update test data (#1904)

* Add tribal overlap to smoketests (#1904)

* Issue 1910: Do not impute income for 0 population tracts (#1918)

* should be working, has unnecessary loggers

* removing loggers and cleaning up

* updating ejscreen tests

* adding tests and responding to PR feedback

* fixing broken smoke test

* delete smoketest docs

* updating click

* updating click

* Bump just jupyterlab (#1930)

* Fixing link checker (#1929)

* Update deps safety says are vulnerable (#1937) (#1938)

Co-authored-by: matt bowen <matt@mattbowen.net>

* Add demos for island areas (#1932)

* Backfill population in island areas (#1882)

* Update smoketest to account for backfills (#1882)

As I wrote in the commend:
We backfill island areas with data from the 2010 census, so if THOSE tracts
have data beyond the data source, that's to be expected and is fine to pass.
If some other state or territory does though, this should fail

This ends up being a nice way of documenting that behavior i guess!

* Fixup lint issues (#1882)

* Add in race demos to 2010 census pull (#1851)

* Add backfill data to score (#1851)

* Change column name (#1851)

* Fill demos after the score (#1851)

* Add income back, adjust test (#1882)

* Apply code-review feedback (#1851)

* Add test for island area backfill (#1851)

* Fix bad rename (#1851)

* Reorder download fields, add plumbing back (#1942)

* Add back lack of plumbing fields (#1920)

* Reorder fields for excel (#1921)

* Reorder excel fields (#1921)

* Fix formating, lint errors, pickes (#1921)

* Add missing plumbing col, fix order again (#1921)

* Update that pickle (#1921)

* refactoring tribal (#1960)

* updated with scoring comparison

* updated for narhwal -- leaving commented code in for now

* pydantic upgrade

* produce a string for the front end to ingest (#1963)

* wip

* i believe this works -- let's see the pipeline

* updated fixtures

* Adding ADJLI_ET (#1976)

* updated tile data

* ensuring adjli_et in

* Add back income percentile (#1977)

* Add missing field to download (#1964)

* Remove pydantic since it's unused (#1964)

* Add percentile to CSV (#1964)

* Update downloadable pickle (#1964)

* Issue 105: Configure and run `black` and other pre-commit hooks (clean branch) (#1962)

* Configure and run `black` and other pre-commit hooks

Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>

* Removing fixed python version for black (#1985)

* Fixup TA_COUNT and TA_PERC (#1991)

* Change TA_PERC, change TA_COUNT (#1988, #1989)

- Make TA_PERC_STR back into a nullable float following the rules
  requestsed in #1989
- Move TA_COUNT to be TA_COUNT_AK, also add a null TA_COUNT_C for CONUS
  that we can fill in later.

* Fix typo comment (#1988)

* Issue 1992: Do not impute income for null population tracts (#1993)

* Hotfix for DOT data source DNS issue (#1999)

* Make tribal overlap set score N (#2004)

* Add "Is a Tribal DAC" field (#1998)

* Add tribal DACs to score N final (#1998)

* Add new fields to downloads (#1998)

* Make a int a float (#1998)

* Update field names, apply feedback (#1998)

* Add assertions around codebook (#2014)

* Add assertion around codebook (#1505)

* Assert csv and excel have same cols (#1505)

* Remove suffixes from tribal lands (#1974) (#2008)

* Data source location (#2015)

* data source location

* toml

* cdc_places

* cdc_svi_index

* url updates

* child oppy and dot travel

* up to hud_recap

* completed ticket

* cache bust

* hud_recap

* us_army_fuds

* Remove vars the frontend doesn't use (#2020) (#2022)

I did a pretty rough and simple analysis of the variables we put in the
tiles and grepped the frontend code to see if (1) they're ever accessed
and (2) if they're used, even if they're read once. I removed everything
I noticed was not accessed.

* Disable file size limits on tiles (#2031)

* Disable file size limits on tiles

* Remove print debugs

I know.

* Update file name pattern (#2037) (#2038)

* Update file name pattern (#2037)

* Remove ETL from generation (2037)

I looked more carefully, and this ETL step isn't used in the score, so
there's no need to run it every time. Per previous steps, I removed it
from constants so the code is there it won't run by default.

* Round ALL the float fields for the tiles (#2040)

* Round ALL the float fields for the tiles (#2033)

* Floor in a simpler way (#2033)

Emma pointed out that all teh stuff we're doing in floor_series is
probably unnecessary for this case, so just use the built-in floor.

* Update pickle I missed (#2033)

* Clean commit of just aggregate burden notebook (#1819)

added a burden notebook

* Update the dockerfile (#2045)

* Update so the image builds (#2026)

* Fix bad dict (2026)

* Rename census tract field in downloads (#2068)

* Change tract ID field name (2060)

* Update lockfile (#2061)

* Bump safety, jupyter, wheel (#2061)

* DOn't depend directly on wheel (2061)

* Bring narwhal reqs in line with main

* Update tribal area counts (#2071)

* Rename tribal area field (2062)

* Add missing file (#2062)

* Add checks to create version (#2047) (#2052)

* Fix failing safety (#2114)

* Ignore vuln that doesn't affect us 2113

https://nvd.nist.gov/vuln/detail/CVE-2022-42969 landed recently and
there's no fix in py (which is maintenance mode). From my analysis, that
CVE cannot hurt us (famous last words), so we'll ignore the vuln for
now.

* 2113 Update our gdal ppa

* that didn't work (2113)

* Don't add the PPA, the package exists (#2113)

* Fix type (#2113)

* Force an update of wheel 2113

* Also remove PPA line from create-score-versions

* Drop 3.8 because of wheel 2113

* Put back 3.8, use newer actions

* Try another way of upgrading wheel 2113

* Upgrade wheel in tox too 2113

* Typo fix 2113

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Emma Nechamkin <97977170+emma-nechamkin@users.noreply.github.com>
Co-authored-by: Shelby Switzer <shelby.c.switzer@omb.eop.gov>
Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>
Co-authored-by: Emma Nechamkin <Emma.J.Nechamkin@omb.eop.gov>
Co-authored-by: Matt Bowen <83967628+mattbowen-usds@users.noreply.github.com>
Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
Co-authored-by: Jorge Escobar <jorge.e.escobar@omb.eop.gov>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>
Co-authored-by: matt bowen <matt@mattbowen.net>
This commit is contained in:
Vim 2022-12-01 18:50:54 -08:00 committed by GitHub
commit b97e60bfbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
285 changed files with 20485 additions and 3880 deletions

View file

@ -0,0 +1,16 @@
OBJECTID,ID,ACSTOTPOP,ACSIPOVBAS,ACSEDUCBAS,ACSTOTHH,ACSTOTHU,ACSUNEMPBAS,MINORPOP,MINORPCT,LOWINCOME,LOWINCPCT,LESSHS,LESSHSPCT,LINGISO,LINGISOPCT,UNDER5,UNDER5PCT,OVER64,OVER64PCT,UNEMP,UNEMPPCT,PRE1960,PRE1960PCT,VULEOPCT,VULSVI6PCT,VULEO,VULSVI6,DISPEO,DISPSVI6,DSLPM,CANCER,RESP,PTRAF,PWDIS,PNPL,PRMP,PTSDF,OZONE,PM25,UST,D_LDPNT_2,D_DSLPM_2,D_CANCR_2,D_RESP_2,D_PTRAF_2,D_PWDIS_2,D_PNPL_2,D_PRMP_2,D_PTSDF_2,D_OZONE_2,D_PM25_2,D_UST_2,STATE_NAME,ST_ABBREV,REGION,P_MINORPCT,P_LWINCPCT,P_LESHSPCT,P_LNGISPCT,P_UNDR5PCT,P_OVR64PCT,P_UNEMP,P_UNEMPPCT,P_LDPNT,P_VULEOPCT,P_VULSVI6PCT,P_VULSVI6,P_DISPSVI6,P_DSLPM,P_CANCR,P_RESP,P_PTRAF,P_PWDIS,P_PNPL,P_PRMP,P_PTSDF,P_OZONE,P_PM25,P_UST,P_LDPNT_D2,P_DSLPM_D2,P_CANCR_D2,P_RESP_D2,P_PTRAF_D2,P_PWDIS_D2,P_PNPL_D2,P_PRMP_D2,P_PTSDF_D2,P_OZONE_D2,P_PM25_D2,P_UST_D2,B_MINORPCT,B_LWINCPCT,B_LESHSPCT,B_LNGISPCT,B_UNDR5PCT,B_OVR64PCT,B_UNEMP,B_UNEMPPCT,B_LDPNT,B_VULEOPCT,B_VULSVI6PCT,B_VULSVI6,B_DISPSVI6,B_DSLPM,B_CANCR,B_RESP,B_PTRAF,B_PWDIS,B_PNPL,B_PRMP,B_PTSDF,B_OZONE,B_PM25,B_UST,B_LDPNT_D2,B_DSLPM_D2,B_CANCR_D2,B_RESP_D2,B_PTRAF_D2,B_PWDIS_D2,B_PNPL_D2,B_PRMP_D2,B_PTSDF_D2,B_OZONE_D2,B_PM25_D2,B_UST_D2,T_MINORPCT,T_LWINCPCT,T_LESHSPCT,T_LNGISPCT,T_UNDR5PCT,T_OVR64PCT,T_UNEMPPCT,T_VULEOPCT,T_LDPNT,T_LDPNT_D2,T_DSLPM,T_DSLPM_D2,T_CANCR,T_CANCR_D2,T_RESP,T_RESP_D2,T_PTRAF,T_PTRAF_D2,T_PWDIS,T_PWDIS_D2,T_PNPL,T_PNPL_D2,T_PRMP,T_PRMP_D2,T_PTSDF,T_PTSDF_D2,T_OZONE,T_OZONE_D2,T_PM25,T_PM25_D2,T_UST,T_UST_D2,AREALAND,AREAWATER,NPL_CNT,TSDF_CNT,Shape_Length,Shape_Area
4529,6027000800,3054,3009,2337,1420,2067,1443,1218,0.3988212181,1210,0.4021269525,475,0.2032520325,134,0.0943661972,129,0.0422396857,747,0.2445972495,62,0.0429660430,763,0.3691340106,0.4004740853,0.2309005559,1223.0478564307,705.1702977293,135.9429095904,144.8520486255,0.0162608457,20.0000000000,0.2000000000,134.3731709435,0.0000000476,0.0088169702,0.0161739005,0.0231458734,59.8143830065,5.9332945205,0.0271801764,50.1811514356,2.2105466749,2718.8581918080,27.1885819181,18267.0798289539,0.0000064773,1.1986045786,2.1987270931,3.1465173743,8131.3412612630,806.5893205801,3.6949522625,California,CA,9,58.2565807824,70.8357682483,82.0300855712,83.4211514441,22.4791060804,91.4310072487,20.6342392033,44.8003303446,69.4492207493,64.4805710566,73.9747591523,41.2001973366,69.9936559849,0.4881982980,32.2031638835,14.4688811492,33.6358789383,2.7793036790,3.1380644255,0.3541522801,2.0598614138,97.6642425963,3.6388096802,6.3535808084,71.4956721564,59.1319320934,61.5316181718,60.9745786385,62.4689837463,62.0864910202,59.8317854029,59.0710337447,59.2599060994,64.9284478117,62.2619591744,60.9702180540,6,8,9,9,3,10,3,5,7,7,8,5,7,1,4,2,4,1,1,1,1,11,1,1,8,6,7,7,7,7,6,6,6,7,7,7,40% (58%ile),40% (70%ile),20% (82%ile),9% (83%ile),4% (22%ile),24% (91%ile),4% (44%ile),40% (64%ile),0.37 = fraction pre-1960 (69%ile),71%ile,0.0163 ug/m3 (0%ile),59%ile,20 lifetime risk per million (32%ile),61%ile,0.2 (14%ile),60%ile,130 daily vehicles/meters distance (33%ile),62%ile,0.000000048 toxicity-weighted concentration/meters distance (2%ile),62%ile,0.0088 sites/km distance (3%ile),59%ile,0.016 facilities/km distance (0%ile),59%ile,0.023 facilities/km distance (2%ile),59%ile,59.8 ppb (97%ile),64%ile,5.93 ug/m3 (3%ile),62%ile,0.027 facilities/sq km area (6%ile),60%ile,17743852489.0000000000,41257887.0000000000,0,1,969231.5231135677,27404749177.8422279358
8028,6061021322,20899,20874,13290,6549,6904,9172,9199,0.4401646012,3881,0.1859250743,825,0.0620767494,225,0.0343563903,1429,0.0683764773,2939,0.1406287382,312,0.0340165722,231,0.0334588644,0.3130448377,0.1552546718,6542.3240634282,3244.6673856589,-896.9052371663,-589.6780917541,0.1849562857,30.0000000000,0.5000000000,12.5173455346,0.2667203153,0.0687928975,0.4515663958,0.2027045525,52.7832287582,12.1102756164,0.0258826940,-30.0094307337,-165.8882612555,-26907.1571149896,-448.4526185832,-11226.8727654026,-239.2228476257,-61.7007100657,-405.0122653138,-181.8067747336,-47341.5543077505,-10861.7696239112,-23.2143238368,California,CA,9,61.7694531724,28.3124099080,32.2625612545,63.3138029183,65.9392366308,44.1611446180,92.1063805127,31.2336817151,19.3531578232,52.0599864076,48.1147912182,98.1253263672,8.5598852754,35.4160437794,83.7767623034,95.2520218071,6.7786023570,88.6613290583,53.5138135020,56.0049245976,28.8270859466,89.7745222973,94.2035706464,6.2511191138,43.0185694890,24.7769097248,17.2770098374,9.5647689629,49.9350307593,5.0850465016,20.5837755437,15.4478896201,34.6338200533,14.8104044330,10.3206402564,53.0011626680,7,3,4,7,7,5,10,4,2,6,5,11,1,4,9,11,1,9,6,6,3,9,10,1,5,3,2,1,5,1,3,2,4,2,2,6,44% (61%ile),19% (28%ile),6% (32%ile),3% (63%ile),7% (65%ile),14% (44%ile),3% (31%ile),31% (52%ile),0.033 = fraction pre-1960 (19%ile),43%ile,0.185 ug/m3 (35%ile),24%ile,30 lifetime risk per million (83%ile),17%ile,0.5 (95%ile),9%ile,13 daily vehicles/meters distance (6%ile),49%ile,0.27 toxicity-weighted concentration/meters distance (88%ile),5%ile,0.069 sites/km distance (53%ile),20%ile,0.45 facilities/km distance (56%ile),15%ile,0.2 facilities/km distance (28%ile),34%ile,52.8 ppb (89%ile),14%ile,12.1 ug/m3 (94%ile),10%ile,0.026 facilities/sq km area (6%ile),53%ile,258653359.0000000000,119890.0000000000,0,0,124755.3452199987,427225089.6229769588
8849,6069000802,3049,3045,2076,955,1119,1493,1247,0.4089865530,747,0.2453201970,307,0.1478805395,31,0.0324607330,240,0.0787143326,468,0.1534929485,93,0.0622906899,390,0.3485254692,0.3271533750,0.1778092173,997.4906403941,542.1403034316,-87.8345013597,-17.2605942492,0.0375346206,20.0000000000,0.2000000000,15.7944927934,,0.0396183204,0.0811927061,0.1674220356,47.0434058824,7.4113546849,0.0102735941,-30.6125607956,-3.2968346872,-1756.6900271942,-17.5669002719,-1387.3013987358,,-3.4798554127,-7.1315208575,-14.7054310128,-4132.0340979390,-650.9726431509,-0.9023760119,California,CA,9,59.1858457424,41.3904741949,69.9513617378,62.0187896062,79.0518001240,52.1216510370,37.3180569516,68.3483551403,67.5701406274,54.3994266601,57.9926859232,26.1831217492,58.7612911558,2.0014414700,32.2031638835,14.4688811492,8.1570460385,,34.5749415665,10.3739430074,25.1131375379,84.5333172848,19.2864164585,4.9410824602,42.8621394303,58.0471933934,56.5430390950,57.0023528116,55.7266348497,,54.6373148803,57.1359685902,54.8116596007,56.2167239668,56.9568759225,56.2801621878,6,5,7,7,8,6,4,7,7,6,6,3,6,1,4,2,1,0,4,2,3,9,2,1,5,6,6,6,6,0,6,6,6,6,6,6,41% (59%ile),25% (41%ile),15% (69%ile),3% (62%ile),8% (79%ile),15% (52%ile),6% (68%ile),33% (54%ile),0.35 = fraction pre-1960 (67%ile),42%ile,0.0375 ug/m3 (2%ile),58%ile,20 lifetime risk per million (32%ile),56%ile,0.2 (14%ile),57%ile,16 daily vehicles/meters distance (8%ile),55%ile,,,0.04 sites/km distance (34%ile),54%ile,0.081 facilities/km distance (10%ile),57%ile,0.17 facilities/km distance (25%ile),54%ile,47 ppb (84%ile),56%ile,7.41 ug/m3 (19%ile),56%ile,0.01 facilities/sq km area (4%ile),56%ile,2987635876.0000000000,3272257.0000000000,1,0,422237.6856758550,4643687820.1565904617
20324,15001021010,8606,8586,6124,3300,4089,3602,5362,0.6230536835,4430,0.5159562078,425,0.0693990856,36,0.0109090909,315,0.0366023704,1715,0.1992795724,502,0.1393670183,46,0.0112496943,0.5695049456,0.2425333351,4901.1595620778,2087.2418818153,1837.7590471768,508.2966127298,0.0067389217,10.0000000000,0.1000000000,0.1074143214,,0.0027318608,0.0478749209,0.0931096253,,,0.0259838494,20.6742274811,12.3845143014,18377.5904717679,183.7759047177,197.4016409694,,5.0205019537,87.9825690670,171.1130563323,,,47.7520542990,Hawaii,HI,9,74.7108013633,85.0291087110,36.7675143964,39.4832933303,15.2054293702,77.9602931979,98.1974410889,95.8100562593,9.2273848439,81.1726508957,76.5777942789,91.7961653862,85.2496673015,0.0699884723,1.8303662611,1.0748659980,0.5930748980,,0.1022787768,3.9663081684,14.5954101870,,,6.2654376121,66.8695670869,60.7245800447,74.1372134844,71.3832220072,58.5855777989,,62.7945832024,66.7236133386,67.8259227785,,,62.6039374599,8,9,4,4,2,8,11,11,1,9,8,10,9,1,1,1,1,0,1,1,2,0,0,1,7,7,8,8,6,0,7,7,7,0,0,7,62% (74%ile),52% (85%ile),7% (36%ile),1% (39%ile),4% (15%ile),20% (77%ile),14% (95%ile),57% (81%ile),0.011 = fraction pre-1960 (9%ile),66%ile,0.00674 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),74%ile,0.1 (1%ile),71%ile,0.11 daily vehicles/meters distance (0%ile),58%ile,,,0.0027 sites/km distance (0%ile),62%ile,0.048 facilities/km distance (3%ile),66%ile,0.093 facilities/km distance (14%ile),67%ile,,,,,0.026 facilities/sq km area (6%ile),62%ile,151184621.0000000000,0.0000000000,0,0,71817.3979516648,171030272.0024483502
20327,15001021101,3054,3049,2569,1543,1958,1227,1086,0.3555992141,1450,0.4755657593,159,0.0618917867,30,0.0194426442,92,0.0301244270,909,0.2976424361,144,0.1173594132,33,0.0168539326,0.4155824867,0.2067110446,1269.1889143982,631.2955301209,182.0839675579,70.9772810171,0.0033713587,10.0000000000,0.1000000000,1.7167679255,,0.0025910486,0.2484740667,0.2746856427,,,0.0375389154,3.0688309139,0.6138703733,1820.8396755785,18.2083967558,312.5959152482,,0.4717884163,45.2431438983,50.0158516497,,,6.8352346500,Hawaii,HI,9,53.9485559986,80.7725127831,32.1386664749,50.6977998974,9.0084816593,96.6414513706,60.5643076662,92.9519087655,12.2637725970,66.3100091245,67.7573127614,34.5728724616,65.2982705045,0.0304238852,1.8303662611,1.0748659980,2.1438079687,,0.0856704529,41.7496844562,33.9762800526,,,7.1437776548,61.7192931562,58.8385531222,60.6418036749,60.2753222588,58.6611251941,,59.1844884925,63.7189045047,63.4569851575,,,61.1560978740,6,9,4,6,1,11,7,10,2,7,7,4,7,1,1,1,1,0,1,5,4,0,0,1,7,6,7,7,6,0,6,7,7,0,0,7,36% (53%ile),48% (80%ile),6% (32%ile),2% (50%ile),3% (9%ile),30% (96%ile),12% (92%ile),42% (66%ile),0.017 = fraction pre-1960 (12%ile),61%ile,0.00337 ug/m3 (0%ile),58%ile,10 lifetime risk per million (1%ile),60%ile,0.1 (1%ile),60%ile,1.7 daily vehicles/meters distance (2%ile),58%ile,,,0.0026 sites/km distance (0%ile),59%ile,0.25 facilities/km distance (41%ile),63%ile,0.27 facilities/km distance (33%ile),63%ile,,,,,0.038 facilities/sq km area (7%ile),61%ile,106332317.0000000000,11164968.0000000000,0,1,61396.6485753379,132838116.6897320002
20331,15001021402,3778,3755,2731,1374,1583,1803,3034,0.8030704076,705,0.1877496671,214,0.0783595752,56,0.0407569141,284,0.0751720487,933,0.2469560614,23,0.0127565169,276,0.1743524953,0.4954100374,0.2386774457,1871.6591211718,901.7233898617,526.8383978048,208.5726547229,0.0131608945,10.0000000000,0.1000000000,635.9981128640,,0.0033357209,0.0225482603,0.6278707343,,,0.5088713177,91.8555892572,6.9336645713,5268.3839780481,52.6838397805,335068.2267881447,,1.7573858477,11.8792893273,330.7864116735,,,268.0929496982,Hawaii,HI,9,84.7051677398,28.7308989413,41.8348284107,67.0398022547,74.9080519616,91.8116448026,3.9836481634,4.5613171192,47.5766504879,74.5975822746,75.7504514060,55.7976616902,73.4870488517,0.2827998785,1.8303662611,1.0748659980,72.8760884284,,0.2741900811,0.7727230166,47.2090589343,,,27.1111550629,75.5651255220,59.8939075539,64.0364159199,62.9860278691,78.3054903833,,60.2827950818,60.4356420863,71.4747506314,,,66.1787674526,9,3,5,7,8,10,1,1,5,8,8,6,8,1,1,1,8,0,1,1,5,0,0,3,8,6,7,7,8,0,7,7,8,0,0,7,80% (84%ile),19% (28%ile),8% (41%ile),4% (67%ile),8% (74%ile),25% (91%ile),1% (4%ile),50% (74%ile),0.17 = fraction pre-1960 (47%ile),75%ile,0.0132 ug/m3 (0%ile),59%ile,10 lifetime risk per million (1%ile),64%ile,0.1 (1%ile),62%ile,640 daily vehicles/meters distance (72%ile),78%ile,,,0.0033 sites/km distance (0%ile),60%ile,0.023 facilities/km distance (0%ile),60%ile,0.63 facilities/km distance (47%ile),71%ile,,,,,0.51 facilities/sq km area (27%ile),66%ile,41940841.0000000000,6313950.0000000000,0,1,49320.0395726063,54601507.7207057551
20340,15001021800,5998,5977,4357,2112,2631,3179,4020,0.6702234078,1613,0.2698678267,180,0.0413128299,76,0.0359848485,352,0.0586862287,1411,0.2352450817,241,0.0758100031,441,0.1676168757,0.4700456172,0.2185533706,2819.3336121800,1310.8831165809,684.2794304026,210.4283496771,0.0049503455,10.0000000000,0.1000000000,0.0743045071,,0.0038298946,0.0402733327,0.0410968274,,,0.1071290552,114.6967802385,3.3874195708,6842.7943040262,68.4279430403,50.8450457862,,2.6207181028,27.5582131707,28.1217136206,,,73.3062089025,Hawaii,HI,9,77.3411360526,46.5995830170,19.2008132329,64.3649112351,50.1501995746,89.5998226210,84.7007475319,78.6950985799,46.5822171086,72.0610072717,71.0200691830,75.5958544882,73.5619777633,0.0461211856,1.8303662611,1.0748659980,0.4752886632,,0.3337575583,2.8011103792,5.4042726335,,,11.7520153164,77.1764003076,59.3164619569,65.4523902797,64.1879137098,58.4409328484,,60.9620163260,62.2019174282,62.1288554973,,,63.2369902585,8,5,2,7,6,9,9,8,5,8,8,8,8,1,1,1,1,0,1,1,1,0,0,2,8,6,7,7,6,0,7,7,7,0,0,7,67% (77%ile),27% (46%ile),4% (19%ile),4% (64%ile),6% (50%ile),24% (89%ile),8% (78%ile),47% (72%ile),0.17 = fraction pre-1960 (46%ile),77%ile,0.00495 ug/m3 (0%ile),59%ile,10 lifetime risk per million (1%ile),65%ile,0.1 (1%ile),64%ile,0.074 daily vehicles/meters distance (0%ile),58%ile,,,0.0038 sites/km distance (0%ile),60%ile,0.04 facilities/km distance (2%ile),62%ile,0.041 facilities/km distance (5%ile),62%ile,,,,,0.11 facilities/sq km area (11%ile),63%ile,365110254.0000000000,37900489.0000000000,0,0,92961.9049100969,459707845.8010936975
20560,15003010201,4936,4798,3182,1441,1938,2266,3695,0.7485818476,1439,0.2999166319,231,0.0725958517,49,0.0340041638,476,0.0964343598,651,0.1318881686,115,0.0507502207,413,0.2131062951,0.5242492398,0.2305701706,2587.6942476032,1138.0943619037,830.6706662005,232.4850372225,0.0171119880,10.0000000000,0.1000000000,1493.8870892160,,0.0694550700,0.0548137804,0.4080845621,,,0.0995447326,177.0211481635,14.2144264416,8306.7066620049,83.0670666200,1240928.1836273719,,57.6942892272,45.5321994534,338.9838750865,,,82.6888893711,Hawaii,HI,9,81.7629198374,52.7224313484,38.5909198362,63.0702607098,91.9817357703,38.9013315993,48.2935747432,55.4563410918,53.0116816593,77.2470730276,73.8991238733,68.7030659293,74.5973100320,0.5552831600,1.8303662611,1.0748659980,88.8972054263,,53.8623224639,5.1063675682,39.9537688137,,,11.2751492958,80.6790478991,60.9966060167,66.7493132622,65.1696166202,90.1940360178,,78.6444132849,63.7434121326,71.6211763075,,,63.4227438652,9,6,4,7,10,4,5,6,6,8,8,7,8,1,1,1,9,0,6,1,4,0,0,2,9,7,7,7,10,0,8,7,8,0,0,7,75% (81%ile),30% (52%ile),7% (38%ile),3% (63%ile),10% (91%ile),13% (38%ile),5% (55%ile),52% (77%ile),0.21 = fraction pre-1960 (53%ile),80%ile,0.0171 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),66%ile,0.1 (1%ile),65%ile,1500 daily vehicles/meters distance (88%ile),90%ile,,,0.069 sites/km distance (53%ile),78%ile,0.055 facilities/km distance (5%ile),63%ile,0.41 facilities/km distance (39%ile),71%ile,,,,,0.1 facilities/sq km area (11%ile),63%ile,66256288.0000000000,7249455.0000000000,0,0,42997.4044651793,85395519.3857139796
20614,15007040603,2984,2978,2104,1058,2064,1468,2011,0.6739276139,797,0.2676292814,138,0.0655893536,33,0.0311909263,168,0.0563002681,756,0.2533512064,64,0.0435967302,193,0.0935077519,0.4707784477,0.2246647750,1404.8028878442,670.3996884791,342.6152122150,122.9243592959,0.0225796264,10.0000000000,0.1000000000,255.5966484444,,0.0065810172,0.1042895043,0.5200441984,,,0.1610354485,32.0371782740,7.7361234992,3426.1521221502,34.2615212215,87571.2999482384,,2.2547565999,35.7311706322,178.1750534077,,,55.1731943631,Hawaii,HI,9,77.5456369017,46.0970850340,34.4418368771,61.1045870101,46.0008635792,92.7630589707,21.6211577108,45.6650954498,34.4080455626,72.1367523014,72.5017628853,38.1901457794,68.6478207991,0.9188048692,1.8303662611,1.0748659980,48.7907692784,,1.7474241413,15.4267424965,43.8004140051,,,14.6634418792,68.8698351102,60.0337698662,62.2468364816,61.5558275260,68.4712288534,,60.6727330898,62.8928664453,68.0134997705,,,62.8256530053,8,5,4,7,5,10,3,5,4,8,8,4,7,1,1,1,5,0,1,2,5,0,0,2,7,7,7,7,7,0,7,7,7,0,0,7,67% (77%ile),27% (46%ile),7% (34%ile),3% (61%ile),6% (46%ile),25% (92%ile),4% (45%ile),47% (72%ile),0.094 = fraction pre-1960 (34%ile),68%ile,0.0226 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),62%ile,0.1 (1%ile),61%ile,260 daily vehicles/meters distance (48%ile),68%ile,,,0.0066 sites/km distance (1%ile),60%ile,0.1 facilities/km distance (15%ile),62%ile,0.52 facilities/km distance (43%ile),68%ile,,,,,0.16 facilities/sq km area (14%ile),62%ile,41255867.0000000000,7041518.0000000000,0,0,36855.9892981643,56378891.3118786365
20615,15007040604,3529,3458,2370,1187,1625,1757,2203,0.6242561632,1275,0.3687102371,133,0.0561181435,42,0.0353833193,333,0.0943610088,632,0.1790875602,109,0.0620375640,322,0.1981538462,0.4964832002,0.2263194054,1752.0892134182,798.6811814815,495.9027833594,151.2145472028,0.0297040750,10.0000000000,0.1000000000,464.0468169721,,0.0064334940,0.1282189641,0.3810520320,,,0.2277699060,98.2650438411,14.7303334730,4959.0278335940,49.5902783359,230122.1081455294,,3.1903875793,63.5841411863,188.9647632974,,,112.9517303753,Hawaii,HI,9,74.7796778307,65.5138546463,28.4761545436,63.9820945208,90.9928060818,67.6211097498,45.4287763592,68.1087856009,51.0102487547,74.6953085329,72.8443904311,48.6363888652,70.3699602168,1.3729134893,1.8303662611,1.0748659980,64.8054389268,,1.7014251995,20.6071512154,38.9237463430,,,17.5743663328,76.0259182532,61.0699450431,63.7308514802,62.7533582560,75.0094643983,,61.3999056181,65.1045697304,68.3212418487,,,64.0124628341,8,7,3,7,10,7,5,7,6,8,8,5,8,1,1,1,7,0,1,3,4,0,0,2,8,7,7,7,8,0,7,7,7,0,0,7,62% (74%ile),37% (65%ile),6% (28%ile),4% (63%ile),9% (90%ile),18% (67%ile),6% (68%ile),50% (74%ile),0.2 = fraction pre-1960 (51%ile),76%ile,0.0297 ug/m3 (1%ile),61%ile,10 lifetime risk per million (1%ile),63%ile,0.1 (1%ile),62%ile,460 daily vehicles/meters distance (64%ile),75%ile,,,0.0064 sites/km distance (1%ile),61%ile,0.13 facilities/km distance (20%ile),65%ile,0.38 facilities/km distance (38%ile),68%ile,,,,,0.23 facilities/sq km area (17%ile),64%ile,21724894.0000000000,2371158.0000000000,0,1,27760.3117775823,28129042.7970332205
20616,15007040700,9552,9523,6234,2895,3298,4974,7071,0.7402638191,1980,0.2079176730,309,0.0495668912,95,0.0328151986,772,0.0808207705,1834,0.1920016750,205,0.0412143144,346,0.1049120679,0.4740907460,0.2172310046,4528.5148062585,2074.9905558098,1128.3751689898,322.4823975128,0.0120486502,10.0000000000,0.1000000000,829.6297843840,,0.0062317499,0.2776903565,0.5315584393,,,0.8605507426,118.3801723682,13.5953976825,11283.7516898982,112.8375168990,936133.6481533048,,7.0317517976,313.3389029609,599.7973437979,,,971.0240895638,Hawaii,HI,9,81.2804870193,33.1925490446,24.3539720817,62.2442189921,81.2507708079,74.5290795692,78.3337372056,42.2880946853,36.4589583341,72.4690666385,70.6843205648,91.6638490724,78.6800785920,0.2182262554,1.8303662611,1.0748659980,78.8807149861,,1.6540510210,44.6852775053,44.1677595343,,,35.8025350464,77.4223719690,60.9007569981,69.0968995957,67.2008685709,87.5969776098,,64.0977043448,75.6532891441,75.2184280558,,,72.0462363568,9,4,3,7,9,8,8,5,4,8,8,10,8,1,1,1,8,0,1,5,5,0,0,4,8,7,7,7,9,0,7,8,8,0,0,8,74% (81%ile),21% (33%ile),5% (24%ile),3% (62%ile),8% (81%ile),19% (74%ile),4% (42%ile),47% (72%ile),0.1 = fraction pre-1960 (36%ile),77%ile,0.012 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),69%ile,0.1 (1%ile),67%ile,830 daily vehicles/meters distance (78%ile),87%ile,,,0.0062 sites/km distance (1%ile),64%ile,0.28 facilities/km distance (44%ile),75%ile,0.53 facilities/km distance (44%ile),75%ile,,,,,0.86 facilities/sq km area (35%ile),72%ile,93005151.0000000000,5658877.0000000000,0,1,70950.4293149945,115233329.7073323578
20624,15009030100,1405,1374,980,467,796,729,1060,0.7544483986,400,0.2911208151,44,0.0448979592,0,0.0000000000,124,0.0882562278,342,0.2434163701,41,0.0562414266,170,0.2135678392,0.5227846069,0.2370232951,734.5123726346,333.0177296537,234.3871433253,75.2419798205,0.0026846006,10.0000000000,0.1000000000,,,0.0046765532,0.0398066625,0.0329594792,,,0.0973247551,50.0575557353,0.6292358547,2343.8714332533,23.4387143325,,,1.0961239415,9.3301699117,7.7252781836,,,22.8116713113,Hawaii,HI,9,82.0728020535,51.0042892937,21.4097431797,22.2149776961,87.3264635475,91.2196103997,10.4895772204,61.9590696975,53.0589655984,77.1174117652,75.3619764353,7.5930221772,65.5506156308,0.0292580509,1.8303662611,1.0748659980,,,0.7827594098,2.7444494654,3.8365691660,,,11.1452377410,71.4770935032,58.8413451490,61.1806956436,60.6714580607,,,59.7579323526,60.0938330974,59.9756316335,,,61.8121208766,9,6,3,3,9,10,2,7,6,8,8,1,7,1,1,1,0,0,1,1,1,0,0,2,8,6,7,7,0,0,6,7,6,0,0,7,75% (82%ile),29% (51%ile),4% (21%ile),0% (22%ile),9% (87%ile),24% (91%ile),6% (61%ile),52% (77%ile),0.21 = fraction pre-1960 (53%ile),71%ile,0.00268 ug/m3 (0%ile),58%ile,10 lifetime risk per million (1%ile),61%ile,0.1 (1%ile),60%ile,,,,,0.0047 sites/km distance (0%ile),59%ile,0.04 facilities/km distance (2%ile),60%ile,0.033 facilities/km distance (3%ile),59%ile,,,,,0.097 facilities/sq km area (11%ile),61%ile,555262221.0000000000,25398369.0000000000,0,0,165450.9181509207,667169893.1947253942
20625,15009030201,2340,2327,1879,842,1045,1395,992,0.4239316239,623,0.2677266867,62,0.0329962746,0,0.0000000000,150,0.0641025641,554,0.2367521368,133,0.0953405018,97,0.0928229665,0.3458291553,0.1709182144,809.2402234637,399.9486215874,-23.7085570230,-29.3718443271,0.0063521816,10.0000000000,0.1000000000,7.0868595222,,0.0053511202,0.1292001112,0.0908033666,,,0.0098923140,-2.2006985945,-0.1506010605,-237.0855702299,-2.3708557023,-168.0192130960,,-0.1268673373,-3.0631482031,-2.1528167944,,,-0.2345324900,Hawaii,HI,9,60.4734810662,46.1223337837,13.8610651481,22.2149776961,59.2951174656,89.9006101655,56.2295738392,87.6116027815,34.2663836750,57.2620275919,55.1869446757,12.9269845729,57.7176364334,0.0651806253,1.8303662611,1.0748659980,4.6368984700,,1.3707744996,20.8229399202,14.1722671160,,,4.9075810703,55.1341860078,58.6779670685,58.4263245996,58.4806520514,57.3658121936,,58.5702573228,58.1201119303,58.2216584263,,,56.4332033900,7,5,2,3,6,9,6,9,4,6,6,2,6,1,1,1,1,0,1,3,2,0,0,1,6,6,6,6,6,0,6,6,6,0,0,6,42% (60%ile),27% (46%ile),3% (13%ile),0% (22%ile),6% (59%ile),24% (89%ile),10% (87%ile),35% (57%ile),0.093 = fraction pre-1960 (34%ile),55%ile,0.00635 ug/m3 (0%ile),58%ile,10 lifetime risk per million (1%ile),58%ile,0.1 (1%ile),58%ile,7.1 daily vehicles/meters distance (4%ile),57%ile,,,0.0054 sites/km distance (1%ile),58%ile,0.13 facilities/km distance (20%ile),58%ile,0.091 facilities/km distance (14%ile),58%ile,,,,,0.0099 facilities/sq km area (4%ile),56%ile,118113265.0000000000,4116462.0000000000,0,0,68639.8224567451,140691933.2772550285
20629,15009030402,8562,8562,6540,3180,3473,4778,5420,0.6330296660,1535,0.1792805419,294,0.0449541284,39,0.0122641509,397,0.0463676711,1550,0.1810324690,210,0.0439514441,264,0.0760149726,0.4061551039,0.1828214379,3477.5000000000,1565.3171513473,429.7617698603,-5.5554252167,0.0153866969,10.0000000000,0.1000000000,233.6880574427,,0.0055146115,0.6633705951,0.5914191729,,,0.4432670413,32.6683291803,6.6126141119,4297.6176986027,42.9761769860,100430.1931617688,,2.3699691830,285.0913210180,254.1693504667,,,190.4992282028,Hawaii,HI,9,75.2886221409,26.8565530362,21.4439231945,41.5097856648,28.7449442824,68.6690121278,79.3833218173,46.1798708736,30.8409993308,65.1595288992,59.9703175674,82.9721886150,59.7346670413,0.4238414396,1.8303662611,1.0748659980,46.4851154373,,1.4363834459,65.6894718646,46.0793962757,,,25.2542546354,68.9789876320,59.8548490559,63.0853618909,62.2063722143,69.2554009969,,60.7689024131,74.9199434460,69.9134569074,,,65.2067338787,8,3,3,5,3,7,8,5,4,7,6,9,6,1,1,1,5,0,1,7,5,0,0,3,7,6,7,7,7,0,7,8,7,0,0,7,63% (75%ile),18% (26%ile),4% (21%ile),1% (41%ile),5% (28%ile),18% (68%ile),4% (46%ile),41% (65%ile),0.076 = fraction pre-1960 (30%ile),68%ile,0.0154 ug/m3 (0%ile),59%ile,10 lifetime risk per million (1%ile),63%ile,0.1 (1%ile),62%ile,230 daily vehicles/meters distance (46%ile),69%ile,,,0.0055 sites/km distance (1%ile),60%ile,0.66 facilities/km distance (65%ile),74%ile,0.59 facilities/km distance (46%ile),69%ile,,,,,0.44 facilities/sq km area (25%ile),65%ile,46066876.0000000000,109238.0000000000,0,1,49929.5140313853,53123180.2369696796
20639,15009030800,7879,7871,5174,2235,2335,4210,6161,0.7819520244,1091,0.1386100877,195,0.0376884422,3,0.0013422819,594,0.0753902780,1027,0.1303464907,163,0.0387173397,285,0.1220556745,0.4602810560,0.1942216008,3626.5544403507,1530.2719926347,821.9375850282,84.7096204381,0.0169064550,10.0000000000,0.1000000000,575.9991000531,0.0008675195,0.0061499864,1.0347888110,0.5999348163,,,0.0263640121,100.3221463525,13.8960508008,8219.3758502819,82.1937585028,473435.3092760353,0.7130468458,5.0549049971,850.5318163110,493.1089740953,,,21.6695724544,Hawaii,HI,9,83.5697361596,17.7978784355,16.7867123482,22.7576898463,75.1762179508,37.9999341618,67.3605976499,38.4952526223,39.4719140158,71.0499579469,63.9144112870,82.0845801288,66.2238170511,0.5328167647,1.8303662611,1.0748659980,70.4238972397,46.4801242962,1.6311542890,76.8934515139,46.3897571267,,,6.2894452647,76.1966079716,60.9434745816,66.6801583126,65.1083356253,81.3398307482,78.4421389238,62.8183222708,84.3474497827,73.9856189804,,,61.7713841743,9,2,2,3,8,4,7,4,4,8,7,9,7,1,1,1,8,5,1,8,5,0,0,1,8,7,7,7,9,8,7,9,8,0,0,7,78% (83%ile),14% (17%ile),4% (16%ile),0% (22%ile),8% (75%ile),13% (37%ile),4% (38%ile),46% (71%ile),0.12 = fraction pre-1960 (39%ile),76%ile,0.0169 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),66%ile,0.1 (1%ile),65%ile,580 daily vehicles/meters distance (70%ile),81%ile,0.00087 toxicity-weighted concentration/meters distance (46%ile),78%ile,0.0061 sites/km distance (1%ile),62%ile,1 facilities/km distance (76%ile),84%ile,0.6 facilities/km distance (46%ile),73%ile,,,,,0.026 facilities/sq km area (6%ile),61%ile,141603534.0000000000,11781155.0000000000,0,0,80194.4536675024,176674254.7197769880
1 OBJECTID ID ACSTOTPOP ACSIPOVBAS ACSEDUCBAS ACSTOTHH ACSTOTHU ACSUNEMPBAS MINORPOP MINORPCT LOWINCOME LOWINCPCT LESSHS LESSHSPCT LINGISO LINGISOPCT UNDER5 UNDER5PCT OVER64 OVER64PCT UNEMP UNEMPPCT PRE1960 PRE1960PCT VULEOPCT VULSVI6PCT VULEO VULSVI6 DISPEO DISPSVI6 DSLPM CANCER RESP PTRAF PWDIS PNPL PRMP PTSDF OZONE PM25 UST D_LDPNT_2 D_DSLPM_2 D_CANCR_2 D_RESP_2 D_PTRAF_2 D_PWDIS_2 D_PNPL_2 D_PRMP_2 D_PTSDF_2 D_OZONE_2 D_PM25_2 D_UST_2 STATE_NAME ST_ABBREV REGION P_MINORPCT P_LWINCPCT P_LESHSPCT P_LNGISPCT P_UNDR5PCT P_OVR64PCT P_UNEMP P_UNEMPPCT P_LDPNT P_VULEOPCT P_VULSVI6PCT P_VULSVI6 P_DISPSVI6 P_DSLPM P_CANCR P_RESP P_PTRAF P_PWDIS P_PNPL P_PRMP P_PTSDF P_OZONE P_PM25 P_UST P_LDPNT_D2 P_DSLPM_D2 P_CANCR_D2 P_RESP_D2 P_PTRAF_D2 P_PWDIS_D2 P_PNPL_D2 P_PRMP_D2 P_PTSDF_D2 P_OZONE_D2 P_PM25_D2 P_UST_D2 B_MINORPCT B_LWINCPCT B_LESHSPCT B_LNGISPCT B_UNDR5PCT B_OVR64PCT B_UNEMP B_UNEMPPCT B_LDPNT B_VULEOPCT B_VULSVI6PCT B_VULSVI6 B_DISPSVI6 B_DSLPM B_CANCR B_RESP B_PTRAF B_PWDIS B_PNPL B_PRMP B_PTSDF B_OZONE B_PM25 B_UST B_LDPNT_D2 B_DSLPM_D2 B_CANCR_D2 B_RESP_D2 B_PTRAF_D2 B_PWDIS_D2 B_PNPL_D2 B_PRMP_D2 B_PTSDF_D2 B_OZONE_D2 B_PM25_D2 B_UST_D2 T_MINORPCT T_LWINCPCT T_LESHSPCT T_LNGISPCT T_UNDR5PCT T_OVR64PCT T_UNEMPPCT T_VULEOPCT T_LDPNT T_LDPNT_D2 T_DSLPM T_DSLPM_D2 T_CANCR T_CANCR_D2 T_RESP T_RESP_D2 T_PTRAF T_PTRAF_D2 T_PWDIS T_PWDIS_D2 T_PNPL T_PNPL_D2 T_PRMP T_PRMP_D2 T_PTSDF T_PTSDF_D2 T_OZONE T_OZONE_D2 T_PM25 T_PM25_D2 T_UST T_UST_D2 AREALAND AREAWATER NPL_CNT TSDF_CNT Shape_Length Shape_Area
2 4529 6027000800 3054 3009 2337 1420 2067 1443 1218 0.3988212181 1210 0.4021269525 475 0.2032520325 134 0.0943661972 129 0.0422396857 747 0.2445972495 62 0.0429660430 763 0.3691340106 0.4004740853 0.2309005559 1223.0478564307 705.1702977293 135.9429095904 144.8520486255 0.0162608457 20.0000000000 0.2000000000 134.3731709435 0.0000000476 0.0088169702 0.0161739005 0.0231458734 59.8143830065 5.9332945205 0.0271801764 50.1811514356 2.2105466749 2718.8581918080 27.1885819181 18267.0798289539 0.0000064773 1.1986045786 2.1987270931 3.1465173743 8131.3412612630 806.5893205801 3.6949522625 California CA 9 58.2565807824 70.8357682483 82.0300855712 83.4211514441 22.4791060804 91.4310072487 20.6342392033 44.8003303446 69.4492207493 64.4805710566 73.9747591523 41.2001973366 69.9936559849 0.4881982980 32.2031638835 14.4688811492 33.6358789383 2.7793036790 3.1380644255 0.3541522801 2.0598614138 97.6642425963 3.6388096802 6.3535808084 71.4956721564 59.1319320934 61.5316181718 60.9745786385 62.4689837463 62.0864910202 59.8317854029 59.0710337447 59.2599060994 64.9284478117 62.2619591744 60.9702180540 6 8 9 9 3 10 3 5 7 7 8 5 7 1 4 2 4 1 1 1 1 11 1 1 8 6 7 7 7 7 6 6 6 7 7 7 40% (58%ile) 40% (70%ile) 20% (82%ile) 9% (83%ile) 4% (22%ile) 24% (91%ile) 4% (44%ile) 40% (64%ile) 0.37 = fraction pre-1960 (69%ile) 71%ile 0.0163 ug/m3 (0%ile) 59%ile 20 lifetime risk per million (32%ile) 61%ile 0.2 (14%ile) 60%ile 130 daily vehicles/meters distance (33%ile) 62%ile 0.000000048 toxicity-weighted concentration/meters distance (2%ile) 62%ile 0.0088 sites/km distance (3%ile) 59%ile 0.016 facilities/km distance (0%ile) 59%ile 0.023 facilities/km distance (2%ile) 59%ile 59.8 ppb (97%ile) 64%ile 5.93 ug/m3 (3%ile) 62%ile 0.027 facilities/sq km area (6%ile) 60%ile 17743852489.0000000000 41257887.0000000000 0 1 969231.5231135677 27404749177.8422279358
3 8028 6061021322 20899 20874 13290 6549 6904 9172 9199 0.4401646012 3881 0.1859250743 825 0.0620767494 225 0.0343563903 1429 0.0683764773 2939 0.1406287382 312 0.0340165722 231 0.0334588644 0.3130448377 0.1552546718 6542.3240634282 3244.6673856589 -896.9052371663 -589.6780917541 0.1849562857 30.0000000000 0.5000000000 12.5173455346 0.2667203153 0.0687928975 0.4515663958 0.2027045525 52.7832287582 12.1102756164 0.0258826940 -30.0094307337 -165.8882612555 -26907.1571149896 -448.4526185832 -11226.8727654026 -239.2228476257 -61.7007100657 -405.0122653138 -181.8067747336 -47341.5543077505 -10861.7696239112 -23.2143238368 California CA 9 61.7694531724 28.3124099080 32.2625612545 63.3138029183 65.9392366308 44.1611446180 92.1063805127 31.2336817151 19.3531578232 52.0599864076 48.1147912182 98.1253263672 8.5598852754 35.4160437794 83.7767623034 95.2520218071 6.7786023570 88.6613290583 53.5138135020 56.0049245976 28.8270859466 89.7745222973 94.2035706464 6.2511191138 43.0185694890 24.7769097248 17.2770098374 9.5647689629 49.9350307593 5.0850465016 20.5837755437 15.4478896201 34.6338200533 14.8104044330 10.3206402564 53.0011626680 7 3 4 7 7 5 10 4 2 6 5 11 1 4 9 11 1 9 6 6 3 9 10 1 5 3 2 1 5 1 3 2 4 2 2 6 44% (61%ile) 19% (28%ile) 6% (32%ile) 3% (63%ile) 7% (65%ile) 14% (44%ile) 3% (31%ile) 31% (52%ile) 0.033 = fraction pre-1960 (19%ile) 43%ile 0.185 ug/m3 (35%ile) 24%ile 30 lifetime risk per million (83%ile) 17%ile 0.5 (95%ile) 9%ile 13 daily vehicles/meters distance (6%ile) 49%ile 0.27 toxicity-weighted concentration/meters distance (88%ile) 5%ile 0.069 sites/km distance (53%ile) 20%ile 0.45 facilities/km distance (56%ile) 15%ile 0.2 facilities/km distance (28%ile) 34%ile 52.8 ppb (89%ile) 14%ile 12.1 ug/m3 (94%ile) 10%ile 0.026 facilities/sq km area (6%ile) 53%ile 258653359.0000000000 119890.0000000000 0 0 124755.3452199987 427225089.6229769588
4 8849 6069000802 3049 3045 2076 955 1119 1493 1247 0.4089865530 747 0.2453201970 307 0.1478805395 31 0.0324607330 240 0.0787143326 468 0.1534929485 93 0.0622906899 390 0.3485254692 0.3271533750 0.1778092173 997.4906403941 542.1403034316 -87.8345013597 -17.2605942492 0.0375346206 20.0000000000 0.2000000000 15.7944927934 0.0396183204 0.0811927061 0.1674220356 47.0434058824 7.4113546849 0.0102735941 -30.6125607956 -3.2968346872 -1756.6900271942 -17.5669002719 -1387.3013987358 -3.4798554127 -7.1315208575 -14.7054310128 -4132.0340979390 -650.9726431509 -0.9023760119 California CA 9 59.1858457424 41.3904741949 69.9513617378 62.0187896062 79.0518001240 52.1216510370 37.3180569516 68.3483551403 67.5701406274 54.3994266601 57.9926859232 26.1831217492 58.7612911558 2.0014414700 32.2031638835 14.4688811492 8.1570460385 34.5749415665 10.3739430074 25.1131375379 84.5333172848 19.2864164585 4.9410824602 42.8621394303 58.0471933934 56.5430390950 57.0023528116 55.7266348497 54.6373148803 57.1359685902 54.8116596007 56.2167239668 56.9568759225 56.2801621878 6 5 7 7 8 6 4 7 7 6 6 3 6 1 4 2 1 0 4 2 3 9 2 1 5 6 6 6 6 0 6 6 6 6 6 6 41% (59%ile) 25% (41%ile) 15% (69%ile) 3% (62%ile) 8% (79%ile) 15% (52%ile) 6% (68%ile) 33% (54%ile) 0.35 = fraction pre-1960 (67%ile) 42%ile 0.0375 ug/m3 (2%ile) 58%ile 20 lifetime risk per million (32%ile) 56%ile 0.2 (14%ile) 57%ile 16 daily vehicles/meters distance (8%ile) 55%ile 0.04 sites/km distance (34%ile) 54%ile 0.081 facilities/km distance (10%ile) 57%ile 0.17 facilities/km distance (25%ile) 54%ile 47 ppb (84%ile) 56%ile 7.41 ug/m3 (19%ile) 56%ile 0.01 facilities/sq km area (4%ile) 56%ile 2987635876.0000000000 3272257.0000000000 1 0 422237.6856758550 4643687820.1565904617
5 20324 15001021010 8606 8586 6124 3300 4089 3602 5362 0.6230536835 4430 0.5159562078 425 0.0693990856 36 0.0109090909 315 0.0366023704 1715 0.1992795724 502 0.1393670183 46 0.0112496943 0.5695049456 0.2425333351 4901.1595620778 2087.2418818153 1837.7590471768 508.2966127298 0.0067389217 10.0000000000 0.1000000000 0.1074143214 0.0027318608 0.0478749209 0.0931096253 0.0259838494 20.6742274811 12.3845143014 18377.5904717679 183.7759047177 197.4016409694 5.0205019537 87.9825690670 171.1130563323 47.7520542990 Hawaii HI 9 74.7108013633 85.0291087110 36.7675143964 39.4832933303 15.2054293702 77.9602931979 98.1974410889 95.8100562593 9.2273848439 81.1726508957 76.5777942789 91.7961653862 85.2496673015 0.0699884723 1.8303662611 1.0748659980 0.5930748980 0.1022787768 3.9663081684 14.5954101870 6.2654376121 66.8695670869 60.7245800447 74.1372134844 71.3832220072 58.5855777989 62.7945832024 66.7236133386 67.8259227785 62.6039374599 8 9 4 4 2 8 11 11 1 9 8 10 9 1 1 1 1 0 1 1 2 0 0 1 7 7 8 8 6 0 7 7 7 0 0 7 62% (74%ile) 52% (85%ile) 7% (36%ile) 1% (39%ile) 4% (15%ile) 20% (77%ile) 14% (95%ile) 57% (81%ile) 0.011 = fraction pre-1960 (9%ile) 66%ile 0.00674 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 74%ile 0.1 (1%ile) 71%ile 0.11 daily vehicles/meters distance (0%ile) 58%ile 0.0027 sites/km distance (0%ile) 62%ile 0.048 facilities/km distance (3%ile) 66%ile 0.093 facilities/km distance (14%ile) 67%ile 0.026 facilities/sq km area (6%ile) 62%ile 151184621.0000000000 0.0000000000 0 0 71817.3979516648 171030272.0024483502
6 20327 15001021101 3054 3049 2569 1543 1958 1227 1086 0.3555992141 1450 0.4755657593 159 0.0618917867 30 0.0194426442 92 0.0301244270 909 0.2976424361 144 0.1173594132 33 0.0168539326 0.4155824867 0.2067110446 1269.1889143982 631.2955301209 182.0839675579 70.9772810171 0.0033713587 10.0000000000 0.1000000000 1.7167679255 0.0025910486 0.2484740667 0.2746856427 0.0375389154 3.0688309139 0.6138703733 1820.8396755785 18.2083967558 312.5959152482 0.4717884163 45.2431438983 50.0158516497 6.8352346500 Hawaii HI 9 53.9485559986 80.7725127831 32.1386664749 50.6977998974 9.0084816593 96.6414513706 60.5643076662 92.9519087655 12.2637725970 66.3100091245 67.7573127614 34.5728724616 65.2982705045 0.0304238852 1.8303662611 1.0748659980 2.1438079687 0.0856704529 41.7496844562 33.9762800526 7.1437776548 61.7192931562 58.8385531222 60.6418036749 60.2753222588 58.6611251941 59.1844884925 63.7189045047 63.4569851575 61.1560978740 6 9 4 6 1 11 7 10 2 7 7 4 7 1 1 1 1 0 1 5 4 0 0 1 7 6 7 7 6 0 6 7 7 0 0 7 36% (53%ile) 48% (80%ile) 6% (32%ile) 2% (50%ile) 3% (9%ile) 30% (96%ile) 12% (92%ile) 42% (66%ile) 0.017 = fraction pre-1960 (12%ile) 61%ile 0.00337 ug/m3 (0%ile) 58%ile 10 lifetime risk per million (1%ile) 60%ile 0.1 (1%ile) 60%ile 1.7 daily vehicles/meters distance (2%ile) 58%ile 0.0026 sites/km distance (0%ile) 59%ile 0.25 facilities/km distance (41%ile) 63%ile 0.27 facilities/km distance (33%ile) 63%ile 0.038 facilities/sq km area (7%ile) 61%ile 106332317.0000000000 11164968.0000000000 0 1 61396.6485753379 132838116.6897320002
7 20331 15001021402 3778 3755 2731 1374 1583 1803 3034 0.8030704076 705 0.1877496671 214 0.0783595752 56 0.0407569141 284 0.0751720487 933 0.2469560614 23 0.0127565169 276 0.1743524953 0.4954100374 0.2386774457 1871.6591211718 901.7233898617 526.8383978048 208.5726547229 0.0131608945 10.0000000000 0.1000000000 635.9981128640 0.0033357209 0.0225482603 0.6278707343 0.5088713177 91.8555892572 6.9336645713 5268.3839780481 52.6838397805 335068.2267881447 1.7573858477 11.8792893273 330.7864116735 268.0929496982 Hawaii HI 9 84.7051677398 28.7308989413 41.8348284107 67.0398022547 74.9080519616 91.8116448026 3.9836481634 4.5613171192 47.5766504879 74.5975822746 75.7504514060 55.7976616902 73.4870488517 0.2827998785 1.8303662611 1.0748659980 72.8760884284 0.2741900811 0.7727230166 47.2090589343 27.1111550629 75.5651255220 59.8939075539 64.0364159199 62.9860278691 78.3054903833 60.2827950818 60.4356420863 71.4747506314 66.1787674526 9 3 5 7 8 10 1 1 5 8 8 6 8 1 1 1 8 0 1 1 5 0 0 3 8 6 7 7 8 0 7 7 8 0 0 7 80% (84%ile) 19% (28%ile) 8% (41%ile) 4% (67%ile) 8% (74%ile) 25% (91%ile) 1% (4%ile) 50% (74%ile) 0.17 = fraction pre-1960 (47%ile) 75%ile 0.0132 ug/m3 (0%ile) 59%ile 10 lifetime risk per million (1%ile) 64%ile 0.1 (1%ile) 62%ile 640 daily vehicles/meters distance (72%ile) 78%ile 0.0033 sites/km distance (0%ile) 60%ile 0.023 facilities/km distance (0%ile) 60%ile 0.63 facilities/km distance (47%ile) 71%ile 0.51 facilities/sq km area (27%ile) 66%ile 41940841.0000000000 6313950.0000000000 0 1 49320.0395726063 54601507.7207057551
8 20340 15001021800 5998 5977 4357 2112 2631 3179 4020 0.6702234078 1613 0.2698678267 180 0.0413128299 76 0.0359848485 352 0.0586862287 1411 0.2352450817 241 0.0758100031 441 0.1676168757 0.4700456172 0.2185533706 2819.3336121800 1310.8831165809 684.2794304026 210.4283496771 0.0049503455 10.0000000000 0.1000000000 0.0743045071 0.0038298946 0.0402733327 0.0410968274 0.1071290552 114.6967802385 3.3874195708 6842.7943040262 68.4279430403 50.8450457862 2.6207181028 27.5582131707 28.1217136206 73.3062089025 Hawaii HI 9 77.3411360526 46.5995830170 19.2008132329 64.3649112351 50.1501995746 89.5998226210 84.7007475319 78.6950985799 46.5822171086 72.0610072717 71.0200691830 75.5958544882 73.5619777633 0.0461211856 1.8303662611 1.0748659980 0.4752886632 0.3337575583 2.8011103792 5.4042726335 11.7520153164 77.1764003076 59.3164619569 65.4523902797 64.1879137098 58.4409328484 60.9620163260 62.2019174282 62.1288554973 63.2369902585 8 5 2 7 6 9 9 8 5 8 8 8 8 1 1 1 1 0 1 1 1 0 0 2 8 6 7 7 6 0 7 7 7 0 0 7 67% (77%ile) 27% (46%ile) 4% (19%ile) 4% (64%ile) 6% (50%ile) 24% (89%ile) 8% (78%ile) 47% (72%ile) 0.17 = fraction pre-1960 (46%ile) 77%ile 0.00495 ug/m3 (0%ile) 59%ile 10 lifetime risk per million (1%ile) 65%ile 0.1 (1%ile) 64%ile 0.074 daily vehicles/meters distance (0%ile) 58%ile 0.0038 sites/km distance (0%ile) 60%ile 0.04 facilities/km distance (2%ile) 62%ile 0.041 facilities/km distance (5%ile) 62%ile 0.11 facilities/sq km area (11%ile) 63%ile 365110254.0000000000 37900489.0000000000 0 0 92961.9049100969 459707845.8010936975
9 20560 15003010201 4936 4798 3182 1441 1938 2266 3695 0.7485818476 1439 0.2999166319 231 0.0725958517 49 0.0340041638 476 0.0964343598 651 0.1318881686 115 0.0507502207 413 0.2131062951 0.5242492398 0.2305701706 2587.6942476032 1138.0943619037 830.6706662005 232.4850372225 0.0171119880 10.0000000000 0.1000000000 1493.8870892160 0.0694550700 0.0548137804 0.4080845621 0.0995447326 177.0211481635 14.2144264416 8306.7066620049 83.0670666200 1240928.1836273719 57.6942892272 45.5321994534 338.9838750865 82.6888893711 Hawaii HI 9 81.7629198374 52.7224313484 38.5909198362 63.0702607098 91.9817357703 38.9013315993 48.2935747432 55.4563410918 53.0116816593 77.2470730276 73.8991238733 68.7030659293 74.5973100320 0.5552831600 1.8303662611 1.0748659980 88.8972054263 53.8623224639 5.1063675682 39.9537688137 11.2751492958 80.6790478991 60.9966060167 66.7493132622 65.1696166202 90.1940360178 78.6444132849 63.7434121326 71.6211763075 63.4227438652 9 6 4 7 10 4 5 6 6 8 8 7 8 1 1 1 9 0 6 1 4 0 0 2 9 7 7 7 10 0 8 7 8 0 0 7 75% (81%ile) 30% (52%ile) 7% (38%ile) 3% (63%ile) 10% (91%ile) 13% (38%ile) 5% (55%ile) 52% (77%ile) 0.21 = fraction pre-1960 (53%ile) 80%ile 0.0171 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 66%ile 0.1 (1%ile) 65%ile 1500 daily vehicles/meters distance (88%ile) 90%ile 0.069 sites/km distance (53%ile) 78%ile 0.055 facilities/km distance (5%ile) 63%ile 0.41 facilities/km distance (39%ile) 71%ile 0.1 facilities/sq km area (11%ile) 63%ile 66256288.0000000000 7249455.0000000000 0 0 42997.4044651793 85395519.3857139796
10 20614 15007040603 2984 2978 2104 1058 2064 1468 2011 0.6739276139 797 0.2676292814 138 0.0655893536 33 0.0311909263 168 0.0563002681 756 0.2533512064 64 0.0435967302 193 0.0935077519 0.4707784477 0.2246647750 1404.8028878442 670.3996884791 342.6152122150 122.9243592959 0.0225796264 10.0000000000 0.1000000000 255.5966484444 0.0065810172 0.1042895043 0.5200441984 0.1610354485 32.0371782740 7.7361234992 3426.1521221502 34.2615212215 87571.2999482384 2.2547565999 35.7311706322 178.1750534077 55.1731943631 Hawaii HI 9 77.5456369017 46.0970850340 34.4418368771 61.1045870101 46.0008635792 92.7630589707 21.6211577108 45.6650954498 34.4080455626 72.1367523014 72.5017628853 38.1901457794 68.6478207991 0.9188048692 1.8303662611 1.0748659980 48.7907692784 1.7474241413 15.4267424965 43.8004140051 14.6634418792 68.8698351102 60.0337698662 62.2468364816 61.5558275260 68.4712288534 60.6727330898 62.8928664453 68.0134997705 62.8256530053 8 5 4 7 5 10 3 5 4 8 8 4 7 1 1 1 5 0 1 2 5 0 0 2 7 7 7 7 7 0 7 7 7 0 0 7 67% (77%ile) 27% (46%ile) 7% (34%ile) 3% (61%ile) 6% (46%ile) 25% (92%ile) 4% (45%ile) 47% (72%ile) 0.094 = fraction pre-1960 (34%ile) 68%ile 0.0226 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 62%ile 0.1 (1%ile) 61%ile 260 daily vehicles/meters distance (48%ile) 68%ile 0.0066 sites/km distance (1%ile) 60%ile 0.1 facilities/km distance (15%ile) 62%ile 0.52 facilities/km distance (43%ile) 68%ile 0.16 facilities/sq km area (14%ile) 62%ile 41255867.0000000000 7041518.0000000000 0 0 36855.9892981643 56378891.3118786365
11 20615 15007040604 3529 3458 2370 1187 1625 1757 2203 0.6242561632 1275 0.3687102371 133 0.0561181435 42 0.0353833193 333 0.0943610088 632 0.1790875602 109 0.0620375640 322 0.1981538462 0.4964832002 0.2263194054 1752.0892134182 798.6811814815 495.9027833594 151.2145472028 0.0297040750 10.0000000000 0.1000000000 464.0468169721 0.0064334940 0.1282189641 0.3810520320 0.2277699060 98.2650438411 14.7303334730 4959.0278335940 49.5902783359 230122.1081455294 3.1903875793 63.5841411863 188.9647632974 112.9517303753 Hawaii HI 9 74.7796778307 65.5138546463 28.4761545436 63.9820945208 90.9928060818 67.6211097498 45.4287763592 68.1087856009 51.0102487547 74.6953085329 72.8443904311 48.6363888652 70.3699602168 1.3729134893 1.8303662611 1.0748659980 64.8054389268 1.7014251995 20.6071512154 38.9237463430 17.5743663328 76.0259182532 61.0699450431 63.7308514802 62.7533582560 75.0094643983 61.3999056181 65.1045697304 68.3212418487 64.0124628341 8 7 3 7 10 7 5 7 6 8 8 5 8 1 1 1 7 0 1 3 4 0 0 2 8 7 7 7 8 0 7 7 7 0 0 7 62% (74%ile) 37% (65%ile) 6% (28%ile) 4% (63%ile) 9% (90%ile) 18% (67%ile) 6% (68%ile) 50% (74%ile) 0.2 = fraction pre-1960 (51%ile) 76%ile 0.0297 ug/m3 (1%ile) 61%ile 10 lifetime risk per million (1%ile) 63%ile 0.1 (1%ile) 62%ile 460 daily vehicles/meters distance (64%ile) 75%ile 0.0064 sites/km distance (1%ile) 61%ile 0.13 facilities/km distance (20%ile) 65%ile 0.38 facilities/km distance (38%ile) 68%ile 0.23 facilities/sq km area (17%ile) 64%ile 21724894.0000000000 2371158.0000000000 0 1 27760.3117775823 28129042.7970332205
12 20616 15007040700 9552 9523 6234 2895 3298 4974 7071 0.7402638191 1980 0.2079176730 309 0.0495668912 95 0.0328151986 772 0.0808207705 1834 0.1920016750 205 0.0412143144 346 0.1049120679 0.4740907460 0.2172310046 4528.5148062585 2074.9905558098 1128.3751689898 322.4823975128 0.0120486502 10.0000000000 0.1000000000 829.6297843840 0.0062317499 0.2776903565 0.5315584393 0.8605507426 118.3801723682 13.5953976825 11283.7516898982 112.8375168990 936133.6481533048 7.0317517976 313.3389029609 599.7973437979 971.0240895638 Hawaii HI 9 81.2804870193 33.1925490446 24.3539720817 62.2442189921 81.2507708079 74.5290795692 78.3337372056 42.2880946853 36.4589583341 72.4690666385 70.6843205648 91.6638490724 78.6800785920 0.2182262554 1.8303662611 1.0748659980 78.8807149861 1.6540510210 44.6852775053 44.1677595343 35.8025350464 77.4223719690 60.9007569981 69.0968995957 67.2008685709 87.5969776098 64.0977043448 75.6532891441 75.2184280558 72.0462363568 9 4 3 7 9 8 8 5 4 8 8 10 8 1 1 1 8 0 1 5 5 0 0 4 8 7 7 7 9 0 7 8 8 0 0 8 74% (81%ile) 21% (33%ile) 5% (24%ile) 3% (62%ile) 8% (81%ile) 19% (74%ile) 4% (42%ile) 47% (72%ile) 0.1 = fraction pre-1960 (36%ile) 77%ile 0.012 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 69%ile 0.1 (1%ile) 67%ile 830 daily vehicles/meters distance (78%ile) 87%ile 0.0062 sites/km distance (1%ile) 64%ile 0.28 facilities/km distance (44%ile) 75%ile 0.53 facilities/km distance (44%ile) 75%ile 0.86 facilities/sq km area (35%ile) 72%ile 93005151.0000000000 5658877.0000000000 0 1 70950.4293149945 115233329.7073323578
13 20624 15009030100 1405 1374 980 467 796 729 1060 0.7544483986 400 0.2911208151 44 0.0448979592 0 0.0000000000 124 0.0882562278 342 0.2434163701 41 0.0562414266 170 0.2135678392 0.5227846069 0.2370232951 734.5123726346 333.0177296537 234.3871433253 75.2419798205 0.0026846006 10.0000000000 0.1000000000 0.0046765532 0.0398066625 0.0329594792 0.0973247551 50.0575557353 0.6292358547 2343.8714332533 23.4387143325 1.0961239415 9.3301699117 7.7252781836 22.8116713113 Hawaii HI 9 82.0728020535 51.0042892937 21.4097431797 22.2149776961 87.3264635475 91.2196103997 10.4895772204 61.9590696975 53.0589655984 77.1174117652 75.3619764353 7.5930221772 65.5506156308 0.0292580509 1.8303662611 1.0748659980 0.7827594098 2.7444494654 3.8365691660 11.1452377410 71.4770935032 58.8413451490 61.1806956436 60.6714580607 59.7579323526 60.0938330974 59.9756316335 61.8121208766 9 6 3 3 9 10 2 7 6 8 8 1 7 1 1 1 0 0 1 1 1 0 0 2 8 6 7 7 0 0 6 7 6 0 0 7 75% (82%ile) 29% (51%ile) 4% (21%ile) 0% (22%ile) 9% (87%ile) 24% (91%ile) 6% (61%ile) 52% (77%ile) 0.21 = fraction pre-1960 (53%ile) 71%ile 0.00268 ug/m3 (0%ile) 58%ile 10 lifetime risk per million (1%ile) 61%ile 0.1 (1%ile) 60%ile 0.0047 sites/km distance (0%ile) 59%ile 0.04 facilities/km distance (2%ile) 60%ile 0.033 facilities/km distance (3%ile) 59%ile 0.097 facilities/sq km area (11%ile) 61%ile 555262221.0000000000 25398369.0000000000 0 0 165450.9181509207 667169893.1947253942
14 20625 15009030201 2340 2327 1879 842 1045 1395 992 0.4239316239 623 0.2677266867 62 0.0329962746 0 0.0000000000 150 0.0641025641 554 0.2367521368 133 0.0953405018 97 0.0928229665 0.3458291553 0.1709182144 809.2402234637 399.9486215874 -23.7085570230 -29.3718443271 0.0063521816 10.0000000000 0.1000000000 7.0868595222 0.0053511202 0.1292001112 0.0908033666 0.0098923140 -2.2006985945 -0.1506010605 -237.0855702299 -2.3708557023 -168.0192130960 -0.1268673373 -3.0631482031 -2.1528167944 -0.2345324900 Hawaii HI 9 60.4734810662 46.1223337837 13.8610651481 22.2149776961 59.2951174656 89.9006101655 56.2295738392 87.6116027815 34.2663836750 57.2620275919 55.1869446757 12.9269845729 57.7176364334 0.0651806253 1.8303662611 1.0748659980 4.6368984700 1.3707744996 20.8229399202 14.1722671160 4.9075810703 55.1341860078 58.6779670685 58.4263245996 58.4806520514 57.3658121936 58.5702573228 58.1201119303 58.2216584263 56.4332033900 7 5 2 3 6 9 6 9 4 6 6 2 6 1 1 1 1 0 1 3 2 0 0 1 6 6 6 6 6 0 6 6 6 0 0 6 42% (60%ile) 27% (46%ile) 3% (13%ile) 0% (22%ile) 6% (59%ile) 24% (89%ile) 10% (87%ile) 35% (57%ile) 0.093 = fraction pre-1960 (34%ile) 55%ile 0.00635 ug/m3 (0%ile) 58%ile 10 lifetime risk per million (1%ile) 58%ile 0.1 (1%ile) 58%ile 7.1 daily vehicles/meters distance (4%ile) 57%ile 0.0054 sites/km distance (1%ile) 58%ile 0.13 facilities/km distance (20%ile) 58%ile 0.091 facilities/km distance (14%ile) 58%ile 0.0099 facilities/sq km area (4%ile) 56%ile 118113265.0000000000 4116462.0000000000 0 0 68639.8224567451 140691933.2772550285
15 20629 15009030402 8562 8562 6540 3180 3473 4778 5420 0.6330296660 1535 0.1792805419 294 0.0449541284 39 0.0122641509 397 0.0463676711 1550 0.1810324690 210 0.0439514441 264 0.0760149726 0.4061551039 0.1828214379 3477.5000000000 1565.3171513473 429.7617698603 -5.5554252167 0.0153866969 10.0000000000 0.1000000000 233.6880574427 0.0055146115 0.6633705951 0.5914191729 0.4432670413 32.6683291803 6.6126141119 4297.6176986027 42.9761769860 100430.1931617688 2.3699691830 285.0913210180 254.1693504667 190.4992282028 Hawaii HI 9 75.2886221409 26.8565530362 21.4439231945 41.5097856648 28.7449442824 68.6690121278 79.3833218173 46.1798708736 30.8409993308 65.1595288992 59.9703175674 82.9721886150 59.7346670413 0.4238414396 1.8303662611 1.0748659980 46.4851154373 1.4363834459 65.6894718646 46.0793962757 25.2542546354 68.9789876320 59.8548490559 63.0853618909 62.2063722143 69.2554009969 60.7689024131 74.9199434460 69.9134569074 65.2067338787 8 3 3 5 3 7 8 5 4 7 6 9 6 1 1 1 5 0 1 7 5 0 0 3 7 6 7 7 7 0 7 8 7 0 0 7 63% (75%ile) 18% (26%ile) 4% (21%ile) 1% (41%ile) 5% (28%ile) 18% (68%ile) 4% (46%ile) 41% (65%ile) 0.076 = fraction pre-1960 (30%ile) 68%ile 0.0154 ug/m3 (0%ile) 59%ile 10 lifetime risk per million (1%ile) 63%ile 0.1 (1%ile) 62%ile 230 daily vehicles/meters distance (46%ile) 69%ile 0.0055 sites/km distance (1%ile) 60%ile 0.66 facilities/km distance (65%ile) 74%ile 0.59 facilities/km distance (46%ile) 69%ile 0.44 facilities/sq km area (25%ile) 65%ile 46066876.0000000000 109238.0000000000 0 1 49929.5140313853 53123180.2369696796
16 20639 15009030800 7879 7871 5174 2235 2335 4210 6161 0.7819520244 1091 0.1386100877 195 0.0376884422 3 0.0013422819 594 0.0753902780 1027 0.1303464907 163 0.0387173397 285 0.1220556745 0.4602810560 0.1942216008 3626.5544403507 1530.2719926347 821.9375850282 84.7096204381 0.0169064550 10.0000000000 0.1000000000 575.9991000531 0.0008675195 0.0061499864 1.0347888110 0.5999348163 0.0263640121 100.3221463525 13.8960508008 8219.3758502819 82.1937585028 473435.3092760353 0.7130468458 5.0549049971 850.5318163110 493.1089740953 21.6695724544 Hawaii HI 9 83.5697361596 17.7978784355 16.7867123482 22.7576898463 75.1762179508 37.9999341618 67.3605976499 38.4952526223 39.4719140158 71.0499579469 63.9144112870 82.0845801288 66.2238170511 0.5328167647 1.8303662611 1.0748659980 70.4238972397 46.4801242962 1.6311542890 76.8934515139 46.3897571267 6.2894452647 76.1966079716 60.9434745816 66.6801583126 65.1083356253 81.3398307482 78.4421389238 62.8183222708 84.3474497827 73.9856189804 61.7713841743 9 2 2 3 8 4 7 4 4 8 7 9 7 1 1 1 8 5 1 8 5 0 0 1 8 7 7 7 9 8 7 9 8 0 0 7 78% (83%ile) 14% (17%ile) 4% (16%ile) 0% (22%ile) 8% (75%ile) 13% (37%ile) 4% (38%ile) 46% (71%ile) 0.12 = fraction pre-1960 (39%ile) 76%ile 0.0169 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 66%ile 0.1 (1%ile) 65%ile 580 daily vehicles/meters distance (70%ile) 81%ile 0.00087 toxicity-weighted concentration/meters distance (46%ile) 78%ile 0.0061 sites/km distance (1%ile) 62%ile 1 facilities/km distance (76%ile) 84%ile 0.6 facilities/km distance (46%ile) 73%ile 0.026 facilities/sq km area (6%ile) 61%ile 141603534.0000000000 11781155.0000000000 0 0 80194.4536675024 176674254.7197769880

View file

@ -0,0 +1,16 @@
GEOID10_TRACT,Air toxics cancer risk,Respiratory hazard index,Diesel particulate matter exposure,PM2.5 in the air,Ozone,Traffic proximity and volume,Proximity to Risk Management Plan (RMP) facilities,Proximity to hazardous waste sites,Proximity to NPL sites,Wastewater discharge,Percent of households in linguistic isolation,Poverty (Less than 200% of federal poverty line),Individuals over 64 years old,Individuals under 5 years old,Percent pre-1960s housing (lead paint indicator),Leaky underground storage tanks
06027000800,20.0000000000,0.2000000000,0.0162608457,5.9332945205,59.8143830065,134.3731709435,0.0161739005,0.0231458734,0.0088169702,0.0000000476,0.0943661972,0.4021269525,0.2445972495,0.0422396857,0.3691340106,0.0271801764
06061021322,30.0000000000,0.5000000000,0.1849562857,12.1102756164,52.7832287582,12.5173455346,0.4515663958,0.2027045525,0.0687928975,0.2667203153,0.0343563903,0.1859250743,0.1406287382,0.0683764773,0.0334588644,0.0258826940
06069000802,20.0000000000,0.2000000000,0.0375346206,7.4113546849,47.0434058824,15.7944927934,0.0811927061,0.1674220356,0.0396183204,,0.0324607330,0.2453201970,0.1534929485,0.0787143326,0.3485254692,0.0102735941
15001021010,10.0000000000,0.1000000000,0.0067389217,,,0.1074143214,0.0478749209,0.0931096253,0.0027318608,,0.0109090909,0.5159562078,0.1992795724,0.0366023704,0.0112496943,0.0259838494
15001021101,10.0000000000,0.1000000000,0.0033713587,,,1.7167679255,0.2484740667,0.2746856427,0.0025910486,,0.0194426442,0.4755657593,0.2976424361,0.0301244270,0.0168539326,0.0375389154
15001021402,10.0000000000,0.1000000000,0.0131608945,,,635.9981128640,0.0225482603,0.6278707343,0.0033357209,,0.0407569141,0.1877496671,0.2469560614,0.0751720487,0.1743524953,0.5088713177
15001021800,10.0000000000,0.1000000000,0.0049503455,,,0.0743045071,0.0402733327,0.0410968274,0.0038298946,,0.0359848485,0.2698678267,0.2352450817,0.0586862287,0.1676168757,0.1071290552
15003010201,10.0000000000,0.1000000000,0.0171119880,,,1493.8870892160,0.0548137804,0.4080845621,0.0694550700,,0.0340041638,0.2999166319,0.1318881686,0.0964343598,0.2131062951,0.0995447326
15007040603,10.0000000000,0.1000000000,0.0225796264,,,255.5966484444,0.1042895043,0.5200441984,0.0065810172,,0.0311909263,0.2676292814,0.2533512064,0.0563002681,0.0935077519,0.1610354485
15007040604,10.0000000000,0.1000000000,0.0297040750,,,464.0468169721,0.1282189641,0.3810520320,0.0064334940,,0.0353833193,0.3687102371,0.1790875602,0.0943610088,0.1981538462,0.2277699060
15007040700,10.0000000000,0.1000000000,0.0120486502,,,829.6297843840,0.2776903565,0.5315584393,0.0062317499,,0.0328151986,0.2079176730,0.1920016750,0.0808207705,0.1049120679,0.8605507426
15009030100,10.0000000000,0.1000000000,0.0026846006,,,,0.0398066625,0.0329594792,0.0046765532,,0.0000000000,0.2911208151,0.2434163701,0.0882562278,0.2135678392,0.0973247551
15009030201,10.0000000000,0.1000000000,0.0063521816,,,7.0868595222,0.1292001112,0.0908033666,0.0053511202,,0.0000000000,0.2677266867,0.2367521368,0.0641025641,0.0928229665,0.0098923140
15009030402,10.0000000000,0.1000000000,0.0153866969,,,233.6880574427,0.6633705951,0.5914191729,0.0055146115,,0.0122641509,0.1792805419,0.1810324690,0.0463676711,0.0760149726,0.4432670413
15009030800,10.0000000000,0.1000000000,0.0169064550,,,575.9991000531,1.0347888110,0.5999348163,0.0061499864,0.0008675195,0.0013422819,0.1386100877,0.1303464907,0.0753902780,0.1220556745,0.0263640121
1 GEOID10_TRACT Air toxics cancer risk Respiratory hazard index Diesel particulate matter exposure PM2.5 in the air Ozone Traffic proximity and volume Proximity to Risk Management Plan (RMP) facilities Proximity to hazardous waste sites Proximity to NPL sites Wastewater discharge Percent of households in linguistic isolation Poverty (Less than 200% of federal poverty line) Individuals over 64 years old Individuals under 5 years old Percent pre-1960s housing (lead paint indicator) Leaky underground storage tanks
2 06027000800 20.0000000000 0.2000000000 0.0162608457 5.9332945205 59.8143830065 134.3731709435 0.0161739005 0.0231458734 0.0088169702 0.0000000476 0.0943661972 0.4021269525 0.2445972495 0.0422396857 0.3691340106 0.0271801764
3 06061021322 30.0000000000 0.5000000000 0.1849562857 12.1102756164 52.7832287582 12.5173455346 0.4515663958 0.2027045525 0.0687928975 0.2667203153 0.0343563903 0.1859250743 0.1406287382 0.0683764773 0.0334588644 0.0258826940
4 06069000802 20.0000000000 0.2000000000 0.0375346206 7.4113546849 47.0434058824 15.7944927934 0.0811927061 0.1674220356 0.0396183204 0.0324607330 0.2453201970 0.1534929485 0.0787143326 0.3485254692 0.0102735941
5 15001021010 10.0000000000 0.1000000000 0.0067389217 0.1074143214 0.0478749209 0.0931096253 0.0027318608 0.0109090909 0.5159562078 0.1992795724 0.0366023704 0.0112496943 0.0259838494
6 15001021101 10.0000000000 0.1000000000 0.0033713587 1.7167679255 0.2484740667 0.2746856427 0.0025910486 0.0194426442 0.4755657593 0.2976424361 0.0301244270 0.0168539326 0.0375389154
7 15001021402 10.0000000000 0.1000000000 0.0131608945 635.9981128640 0.0225482603 0.6278707343 0.0033357209 0.0407569141 0.1877496671 0.2469560614 0.0751720487 0.1743524953 0.5088713177
8 15001021800 10.0000000000 0.1000000000 0.0049503455 0.0743045071 0.0402733327 0.0410968274 0.0038298946 0.0359848485 0.2698678267 0.2352450817 0.0586862287 0.1676168757 0.1071290552
9 15003010201 10.0000000000 0.1000000000 0.0171119880 1493.8870892160 0.0548137804 0.4080845621 0.0694550700 0.0340041638 0.2999166319 0.1318881686 0.0964343598 0.2131062951 0.0995447326
10 15007040603 10.0000000000 0.1000000000 0.0225796264 255.5966484444 0.1042895043 0.5200441984 0.0065810172 0.0311909263 0.2676292814 0.2533512064 0.0563002681 0.0935077519 0.1610354485
11 15007040604 10.0000000000 0.1000000000 0.0297040750 464.0468169721 0.1282189641 0.3810520320 0.0064334940 0.0353833193 0.3687102371 0.1790875602 0.0943610088 0.1981538462 0.2277699060
12 15007040700 10.0000000000 0.1000000000 0.0120486502 829.6297843840 0.2776903565 0.5315584393 0.0062317499 0.0328151986 0.2079176730 0.1920016750 0.0808207705 0.1049120679 0.8605507426
13 15009030100 10.0000000000 0.1000000000 0.0026846006 0.0398066625 0.0329594792 0.0046765532 0.0000000000 0.2911208151 0.2434163701 0.0882562278 0.2135678392 0.0973247551
14 15009030201 10.0000000000 0.1000000000 0.0063521816 7.0868595222 0.1292001112 0.0908033666 0.0053511202 0.0000000000 0.2677266867 0.2367521368 0.0641025641 0.0928229665 0.0098923140
15 15009030402 10.0000000000 0.1000000000 0.0153866969 233.6880574427 0.6633705951 0.5914191729 0.0055146115 0.0122641509 0.1792805419 0.1810324690 0.0463676711 0.0760149726 0.4432670413
16 15009030800 10.0000000000 0.1000000000 0.0169064550 575.9991000531 1.0347888110 0.5999348163 0.0061499864 0.0008675195 0.0013422819 0.1386100877 0.1303464907 0.0753902780 0.1220556745 0.0263640121

View file

@ -0,0 +1,16 @@
OBJECTID,GEOID10_TRACT,ACSTOTPOP,ACSIPOVBAS,ACSEDUCBAS,ACSTOTHH,ACSTOTHU,ACSUNEMPBAS,MINORPOP,MINORPCT,LOWINCOME,Poverty (Less than 200% of federal poverty line),LESSHS,LESSHSPCT,LINGISO,Percent of households in linguistic isolation,UNDER5,Individuals under 5 years old,OVER64,Individuals over 64 years old,UNEMP,UNEMPPCT,PRE1960,Percent pre-1960s housing (lead paint indicator),VULEOPCT,VULSVI6PCT,VULEO,VULSVI6,DISPEO,DISPSVI6,Diesel particulate matter exposure,Air toxics cancer risk,Respiratory hazard index,Traffic proximity and volume,Wastewater discharge,Proximity to NPL sites,Proximity to Risk Management Plan (RMP) facilities,Proximity to hazardous waste sites,Ozone,PM2.5 in the air,Leaky underground storage tanks,D_LDPNT_2,D_DSLPM_2,D_CANCR_2,D_RESP_2,D_PTRAF_2,D_PWDIS_2,D_PNPL_2,D_PRMP_2,D_PTSDF_2,D_OZONE_2,D_PM25_2,D_UST_2,STATE_NAME,ST_ABBREV,REGION,P_MINORPCT,P_LWINCPCT,P_LESHSPCT,P_LNGISPCT,P_UNDR5PCT,P_OVR64PCT,P_UNEMP,P_UNEMPPCT,P_LDPNT,P_VULEOPCT,P_VULSVI6PCT,P_VULSVI6,P_DISPSVI6,P_DSLPM,P_CANCR,P_RESP,P_PTRAF,P_PWDIS,P_PNPL,P_PRMP,P_PTSDF,P_OZONE,P_PM25,P_UST,P_LDPNT_D2,P_DSLPM_D2,P_CANCR_D2,P_RESP_D2,P_PTRAF_D2,P_PWDIS_D2,P_PNPL_D2,P_PRMP_D2,P_PTSDF_D2,P_OZONE_D2,P_PM25_D2,P_UST_D2,B_MINORPCT,B_LWINCPCT,B_LESHSPCT,B_LNGISPCT,B_UNDR5PCT,B_OVR64PCT,B_UNEMP,B_UNEMPPCT,B_LDPNT,B_VULEOPCT,B_VULSVI6PCT,B_VULSVI6,B_DISPSVI6,B_DSLPM,B_CANCR,B_RESP,B_PTRAF,B_PWDIS,B_PNPL,B_PRMP,B_PTSDF,B_OZONE,B_PM25,B_UST,B_LDPNT_D2,B_DSLPM_D2,B_CANCR_D2,B_RESP_D2,B_PTRAF_D2,B_PWDIS_D2,B_PNPL_D2,B_PRMP_D2,B_PTSDF_D2,B_OZONE_D2,B_PM25_D2,B_UST_D2,T_MINORPCT,T_LWINCPCT,T_LESHSPCT,T_LNGISPCT,T_UNDR5PCT,T_OVR64PCT,T_UNEMPPCT,T_VULEOPCT,T_LDPNT,T_LDPNT_D2,T_DSLPM,T_DSLPM_D2,T_CANCR,T_CANCR_D2,T_RESP,T_RESP_D2,T_PTRAF,T_PTRAF_D2,T_PWDIS,T_PWDIS_D2,T_PNPL,T_PNPL_D2,T_PRMP,T_PRMP_D2,T_PTSDF,T_PTSDF_D2,T_OZONE,T_OZONE_D2,T_PM25,T_PM25_D2,T_UST,T_UST_D2,AREALAND,AREAWATER,NPL_CNT,TSDF_CNT,Shape_Length,Shape_Area
4529,06027000800,3054,3009,2337,1420,2067,1443,1218,0.3988212181,1210,0.4021269525,475,0.2032520325,134,0.0943661972,129,0.0422396857,747,0.2445972495,62,0.0429660430,763,0.3691340106,0.4004740853,0.2309005559,1223.0478564307,705.1702977293,135.9429095904,144.8520486255,0.0162608457,20.0000000000,0.2000000000,134.3731709435,0.0000000476,0.0088169702,0.0161739005,0.0231458734,59.8143830065,5.9332945205,0.0271801764,50.1811514356,2.2105466749,2718.8581918080,27.1885819181,18267.0798289539,0.0000064773,1.1986045786,2.1987270931,3.1465173743,8131.3412612630,806.5893205801,3.6949522625,California,CA,9,58.2565807824,70.8357682483,82.0300855712,83.4211514441,22.4791060804,91.4310072487,20.6342392033,44.8003303446,69.4492207493,64.4805710566,73.9747591523,41.2001973366,69.9936559849,0.4881982980,32.2031638835,14.4688811492,33.6358789383,2.7793036790,3.1380644255,0.3541522801,2.0598614138,97.6642425963,3.6388096802,6.3535808084,71.4956721564,59.1319320934,61.5316181718,60.9745786385,62.4689837463,62.0864910202,59.8317854029,59.0710337447,59.2599060994,64.9284478117,62.2619591744,60.9702180540,6,8,9,9,3,10,3,5,7,7,8,5,7,1,4,2,4,1,1,1,1,11,1,1,8,6,7,7,7,7,6,6,6,7,7,7,40% (58%ile),40% (70%ile),20% (82%ile),9% (83%ile),4% (22%ile),24% (91%ile),4% (44%ile),40% (64%ile),0.37 = fraction pre-1960 (69%ile),71%ile,0.0163 ug/m3 (0%ile),59%ile,20 lifetime risk per million (32%ile),61%ile,0.2 (14%ile),60%ile,130 daily vehicles/meters distance (33%ile),62%ile,0.000000048 toxicity-weighted concentration/meters distance (2%ile),62%ile,0.0088 sites/km distance (3%ile),59%ile,0.016 facilities/km distance (0%ile),59%ile,0.023 facilities/km distance (2%ile),59%ile,59.8 ppb (97%ile),64%ile,5.93 ug/m3 (3%ile),62%ile,0.027 facilities/sq km area (6%ile),60%ile,17743852489.0000000000,41257887.0000000000,0,1,969231.5231135677,27404749177.8422279358
8028,06061021322,20899,20874,13290,6549,6904,9172,9199,0.4401646012,3881,0.1859250743,825,0.0620767494,225,0.0343563903,1429,0.0683764773,2939,0.1406287382,312,0.0340165722,231,0.0334588644,0.3130448377,0.1552546718,6542.3240634282,3244.6673856589,-896.9052371663,-589.6780917541,0.1849562857,30.0000000000,0.5000000000,12.5173455346,0.2667203153,0.0687928975,0.4515663958,0.2027045525,52.7832287582,12.1102756164,0.0258826940,-30.0094307337,-165.8882612555,-26907.1571149896,-448.4526185832,-11226.8727654026,-239.2228476257,-61.7007100657,-405.0122653138,-181.8067747336,-47341.5543077505,-10861.7696239112,-23.2143238368,California,CA,9,61.7694531724,28.3124099080,32.2625612545,63.3138029183,65.9392366308,44.1611446180,92.1063805127,31.2336817151,19.3531578232,52.0599864076,48.1147912182,98.1253263672,8.5598852754,35.4160437794,83.7767623034,95.2520218071,6.7786023570,88.6613290583,53.5138135020,56.0049245976,28.8270859466,89.7745222973,94.2035706464,6.2511191138,43.0185694890,24.7769097248,17.2770098374,9.5647689629,49.9350307593,5.0850465016,20.5837755437,15.4478896201,34.6338200533,14.8104044330,10.3206402564,53.0011626680,7,3,4,7,7,5,10,4,2,6,5,11,1,4,9,11,1,9,6,6,3,9,10,1,5,3,2,1,5,1,3,2,4,2,2,6,44% (61%ile),19% (28%ile),6% (32%ile),3% (63%ile),7% (65%ile),14% (44%ile),3% (31%ile),31% (52%ile),0.033 = fraction pre-1960 (19%ile),43%ile,0.185 ug/m3 (35%ile),24%ile,30 lifetime risk per million (83%ile),17%ile,0.5 (95%ile),9%ile,13 daily vehicles/meters distance (6%ile),49%ile,0.27 toxicity-weighted concentration/meters distance (88%ile),5%ile,0.069 sites/km distance (53%ile),20%ile,0.45 facilities/km distance (56%ile),15%ile,0.2 facilities/km distance (28%ile),34%ile,52.8 ppb (89%ile),14%ile,12.1 ug/m3 (94%ile),10%ile,0.026 facilities/sq km area (6%ile),53%ile,258653359.0000000000,119890.0000000000,0,0,124755.3452199987,427225089.6229769588
8849,06069000802,3049,3045,2076,955,1119,1493,1247,0.4089865530,747,0.2453201970,307,0.1478805395,31,0.0324607330,240,0.0787143326,468,0.1534929485,93,0.0622906899,390,0.3485254692,0.3271533750,0.1778092173,997.4906403941,542.1403034316,-87.8345013597,-17.2605942492,0.0375346206,20.0000000000,0.2000000000,15.7944927934,,0.0396183204,0.0811927061,0.1674220356,47.0434058824,7.4113546849,0.0102735941,-30.6125607956,-3.2968346872,-1756.6900271942,-17.5669002719,-1387.3013987358,,-3.4798554127,-7.1315208575,-14.7054310128,-4132.0340979390,-650.9726431509,-0.9023760119,California,CA,9,59.1858457424,41.3904741949,69.9513617378,62.0187896062,79.0518001240,52.1216510370,37.3180569516,68.3483551403,67.5701406274,54.3994266601,57.9926859232,26.1831217492,58.7612911558,2.0014414700,32.2031638835,14.4688811492,8.1570460385,,34.5749415665,10.3739430074,25.1131375379,84.5333172848,19.2864164585,4.9410824602,42.8621394303,58.0471933934,56.5430390950,57.0023528116,55.7266348497,,54.6373148803,57.1359685902,54.8116596007,56.2167239668,56.9568759225,56.2801621878,6,5,7,7,8,6,4,7,7,6,6,3,6,1,4,2,1,0,4,2,3,9,2,1,5,6,6,6,6,0,6,6,6,6,6,6,41% (59%ile),25% (41%ile),15% (69%ile),3% (62%ile),8% (79%ile),15% (52%ile),6% (68%ile),33% (54%ile),0.35 = fraction pre-1960 (67%ile),42%ile,0.0375 ug/m3 (2%ile),58%ile,20 lifetime risk per million (32%ile),56%ile,0.2 (14%ile),57%ile,16 daily vehicles/meters distance (8%ile),55%ile,,,0.04 sites/km distance (34%ile),54%ile,0.081 facilities/km distance (10%ile),57%ile,0.17 facilities/km distance (25%ile),54%ile,47 ppb (84%ile),56%ile,7.41 ug/m3 (19%ile),56%ile,0.01 facilities/sq km area (4%ile),56%ile,2987635876.0000000000,3272257.0000000000,1,0,422237.6856758550,4643687820.1565904617
20324,15001021010,8606,8586,6124,3300,4089,3602,5362,0.6230536835,4430,0.5159562078,425,0.0693990856,36,0.0109090909,315,0.0366023704,1715,0.1992795724,502,0.1393670183,46,0.0112496943,0.5695049456,0.2425333351,4901.1595620778,2087.2418818153,1837.7590471768,508.2966127298,0.0067389217,10.0000000000,0.1000000000,0.1074143214,,0.0027318608,0.0478749209,0.0931096253,,,0.0259838494,20.6742274811,12.3845143014,18377.5904717679,183.7759047177,197.4016409694,,5.0205019537,87.9825690670,171.1130563323,,,47.7520542990,Hawaii,HI,9,74.7108013633,85.0291087110,36.7675143964,39.4832933303,15.2054293702,77.9602931979,98.1974410889,95.8100562593,9.2273848439,81.1726508957,76.5777942789,91.7961653862,85.2496673015,0.0699884723,1.8303662611,1.0748659980,0.5930748980,,0.1022787768,3.9663081684,14.5954101870,,,6.2654376121,66.8695670869,60.7245800447,74.1372134844,71.3832220072,58.5855777989,,62.7945832024,66.7236133386,67.8259227785,,,62.6039374599,8,9,4,4,2,8,11,11,1,9,8,10,9,1,1,1,1,0,1,1,2,0,0,1,7,7,8,8,6,0,7,7,7,0,0,7,62% (74%ile),52% (85%ile),7% (36%ile),1% (39%ile),4% (15%ile),20% (77%ile),14% (95%ile),57% (81%ile),0.011 = fraction pre-1960 (9%ile),66%ile,0.00674 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),74%ile,0.1 (1%ile),71%ile,0.11 daily vehicles/meters distance (0%ile),58%ile,,,0.0027 sites/km distance (0%ile),62%ile,0.048 facilities/km distance (3%ile),66%ile,0.093 facilities/km distance (14%ile),67%ile,,,,,0.026 facilities/sq km area (6%ile),62%ile,151184621.0000000000,0.0000000000,0,0,71817.3979516648,171030272.0024483502
20327,15001021101,3054,3049,2569,1543,1958,1227,1086,0.3555992141,1450,0.4755657593,159,0.0618917867,30,0.0194426442,92,0.0301244270,909,0.2976424361,144,0.1173594132,33,0.0168539326,0.4155824867,0.2067110446,1269.1889143982,631.2955301209,182.0839675579,70.9772810171,0.0033713587,10.0000000000,0.1000000000,1.7167679255,,0.0025910486,0.2484740667,0.2746856427,,,0.0375389154,3.0688309139,0.6138703733,1820.8396755785,18.2083967558,312.5959152482,,0.4717884163,45.2431438983,50.0158516497,,,6.8352346500,Hawaii,HI,9,53.9485559986,80.7725127831,32.1386664749,50.6977998974,9.0084816593,96.6414513706,60.5643076662,92.9519087655,12.2637725970,66.3100091245,67.7573127614,34.5728724616,65.2982705045,0.0304238852,1.8303662611,1.0748659980,2.1438079687,,0.0856704529,41.7496844562,33.9762800526,,,7.1437776548,61.7192931562,58.8385531222,60.6418036749,60.2753222588,58.6611251941,,59.1844884925,63.7189045047,63.4569851575,,,61.1560978740,6,9,4,6,1,11,7,10,2,7,7,4,7,1,1,1,1,0,1,5,4,0,0,1,7,6,7,7,6,0,6,7,7,0,0,7,36% (53%ile),48% (80%ile),6% (32%ile),2% (50%ile),3% (9%ile),30% (96%ile),12% (92%ile),42% (66%ile),0.017 = fraction pre-1960 (12%ile),61%ile,0.00337 ug/m3 (0%ile),58%ile,10 lifetime risk per million (1%ile),60%ile,0.1 (1%ile),60%ile,1.7 daily vehicles/meters distance (2%ile),58%ile,,,0.0026 sites/km distance (0%ile),59%ile,0.25 facilities/km distance (41%ile),63%ile,0.27 facilities/km distance (33%ile),63%ile,,,,,0.038 facilities/sq km area (7%ile),61%ile,106332317.0000000000,11164968.0000000000,0,1,61396.6485753379,132838116.6897320002
20331,15001021402,3778,3755,2731,1374,1583,1803,3034,0.8030704076,705,0.1877496671,214,0.0783595752,56,0.0407569141,284,0.0751720487,933,0.2469560614,23,0.0127565169,276,0.1743524953,0.4954100374,0.2386774457,1871.6591211718,901.7233898617,526.8383978048,208.5726547229,0.0131608945,10.0000000000,0.1000000000,635.9981128640,,0.0033357209,0.0225482603,0.6278707343,,,0.5088713177,91.8555892572,6.9336645713,5268.3839780481,52.6838397805,335068.2267881447,,1.7573858477,11.8792893273,330.7864116735,,,268.0929496982,Hawaii,HI,9,84.7051677398,28.7308989413,41.8348284107,67.0398022547,74.9080519616,91.8116448026,3.9836481634,4.5613171192,47.5766504879,74.5975822746,75.7504514060,55.7976616902,73.4870488517,0.2827998785,1.8303662611,1.0748659980,72.8760884284,,0.2741900811,0.7727230166,47.2090589343,,,27.1111550629,75.5651255220,59.8939075539,64.0364159199,62.9860278691,78.3054903833,,60.2827950818,60.4356420863,71.4747506314,,,66.1787674526,9,3,5,7,8,10,1,1,5,8,8,6,8,1,1,1,8,0,1,1,5,0,0,3,8,6,7,7,8,0,7,7,8,0,0,7,80% (84%ile),19% (28%ile),8% (41%ile),4% (67%ile),8% (74%ile),25% (91%ile),1% (4%ile),50% (74%ile),0.17 = fraction pre-1960 (47%ile),75%ile,0.0132 ug/m3 (0%ile),59%ile,10 lifetime risk per million (1%ile),64%ile,0.1 (1%ile),62%ile,640 daily vehicles/meters distance (72%ile),78%ile,,,0.0033 sites/km distance (0%ile),60%ile,0.023 facilities/km distance (0%ile),60%ile,0.63 facilities/km distance (47%ile),71%ile,,,,,0.51 facilities/sq km area (27%ile),66%ile,41940841.0000000000,6313950.0000000000,0,1,49320.0395726063,54601507.7207057551
20340,15001021800,5998,5977,4357,2112,2631,3179,4020,0.6702234078,1613,0.2698678267,180,0.0413128299,76,0.0359848485,352,0.0586862287,1411,0.2352450817,241,0.0758100031,441,0.1676168757,0.4700456172,0.2185533706,2819.3336121800,1310.8831165809,684.2794304026,210.4283496771,0.0049503455,10.0000000000,0.1000000000,0.0743045071,,0.0038298946,0.0402733327,0.0410968274,,,0.1071290552,114.6967802385,3.3874195708,6842.7943040262,68.4279430403,50.8450457862,,2.6207181028,27.5582131707,28.1217136206,,,73.3062089025,Hawaii,HI,9,77.3411360526,46.5995830170,19.2008132329,64.3649112351,50.1501995746,89.5998226210,84.7007475319,78.6950985799,46.5822171086,72.0610072717,71.0200691830,75.5958544882,73.5619777633,0.0461211856,1.8303662611,1.0748659980,0.4752886632,,0.3337575583,2.8011103792,5.4042726335,,,11.7520153164,77.1764003076,59.3164619569,65.4523902797,64.1879137098,58.4409328484,,60.9620163260,62.2019174282,62.1288554973,,,63.2369902585,8,5,2,7,6,9,9,8,5,8,8,8,8,1,1,1,1,0,1,1,1,0,0,2,8,6,7,7,6,0,7,7,7,0,0,7,67% (77%ile),27% (46%ile),4% (19%ile),4% (64%ile),6% (50%ile),24% (89%ile),8% (78%ile),47% (72%ile),0.17 = fraction pre-1960 (46%ile),77%ile,0.00495 ug/m3 (0%ile),59%ile,10 lifetime risk per million (1%ile),65%ile,0.1 (1%ile),64%ile,0.074 daily vehicles/meters distance (0%ile),58%ile,,,0.0038 sites/km distance (0%ile),60%ile,0.04 facilities/km distance (2%ile),62%ile,0.041 facilities/km distance (5%ile),62%ile,,,,,0.11 facilities/sq km area (11%ile),63%ile,365110254.0000000000,37900489.0000000000,0,0,92961.9049100969,459707845.8010936975
20560,15003010201,4936,4798,3182,1441,1938,2266,3695,0.7485818476,1439,0.2999166319,231,0.0725958517,49,0.0340041638,476,0.0964343598,651,0.1318881686,115,0.0507502207,413,0.2131062951,0.5242492398,0.2305701706,2587.6942476032,1138.0943619037,830.6706662005,232.4850372225,0.0171119880,10.0000000000,0.1000000000,1493.8870892160,,0.0694550700,0.0548137804,0.4080845621,,,0.0995447326,177.0211481635,14.2144264416,8306.7066620049,83.0670666200,1240928.1836273719,,57.6942892272,45.5321994534,338.9838750865,,,82.6888893711,Hawaii,HI,9,81.7629198374,52.7224313484,38.5909198362,63.0702607098,91.9817357703,38.9013315993,48.2935747432,55.4563410918,53.0116816593,77.2470730276,73.8991238733,68.7030659293,74.5973100320,0.5552831600,1.8303662611,1.0748659980,88.8972054263,,53.8623224639,5.1063675682,39.9537688137,,,11.2751492958,80.6790478991,60.9966060167,66.7493132622,65.1696166202,90.1940360178,,78.6444132849,63.7434121326,71.6211763075,,,63.4227438652,9,6,4,7,10,4,5,6,6,8,8,7,8,1,1,1,9,0,6,1,4,0,0,2,9,7,7,7,10,0,8,7,8,0,0,7,75% (81%ile),30% (52%ile),7% (38%ile),3% (63%ile),10% (91%ile),13% (38%ile),5% (55%ile),52% (77%ile),0.21 = fraction pre-1960 (53%ile),80%ile,0.0171 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),66%ile,0.1 (1%ile),65%ile,1500 daily vehicles/meters distance (88%ile),90%ile,,,0.069 sites/km distance (53%ile),78%ile,0.055 facilities/km distance (5%ile),63%ile,0.41 facilities/km distance (39%ile),71%ile,,,,,0.1 facilities/sq km area (11%ile),63%ile,66256288.0000000000,7249455.0000000000,0,0,42997.4044651793,85395519.3857139796
20614,15007040603,2984,2978,2104,1058,2064,1468,2011,0.6739276139,797,0.2676292814,138,0.0655893536,33,0.0311909263,168,0.0563002681,756,0.2533512064,64,0.0435967302,193,0.0935077519,0.4707784477,0.2246647750,1404.8028878442,670.3996884791,342.6152122150,122.9243592959,0.0225796264,10.0000000000,0.1000000000,255.5966484444,,0.0065810172,0.1042895043,0.5200441984,,,0.1610354485,32.0371782740,7.7361234992,3426.1521221502,34.2615212215,87571.2999482384,,2.2547565999,35.7311706322,178.1750534077,,,55.1731943631,Hawaii,HI,9,77.5456369017,46.0970850340,34.4418368771,61.1045870101,46.0008635792,92.7630589707,21.6211577108,45.6650954498,34.4080455626,72.1367523014,72.5017628853,38.1901457794,68.6478207991,0.9188048692,1.8303662611,1.0748659980,48.7907692784,,1.7474241413,15.4267424965,43.8004140051,,,14.6634418792,68.8698351102,60.0337698662,62.2468364816,61.5558275260,68.4712288534,,60.6727330898,62.8928664453,68.0134997705,,,62.8256530053,8,5,4,7,5,10,3,5,4,8,8,4,7,1,1,1,5,0,1,2,5,0,0,2,7,7,7,7,7,0,7,7,7,0,0,7,67% (77%ile),27% (46%ile),7% (34%ile),3% (61%ile),6% (46%ile),25% (92%ile),4% (45%ile),47% (72%ile),0.094 = fraction pre-1960 (34%ile),68%ile,0.0226 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),62%ile,0.1 (1%ile),61%ile,260 daily vehicles/meters distance (48%ile),68%ile,,,0.0066 sites/km distance (1%ile),60%ile,0.1 facilities/km distance (15%ile),62%ile,0.52 facilities/km distance (43%ile),68%ile,,,,,0.16 facilities/sq km area (14%ile),62%ile,41255867.0000000000,7041518.0000000000,0,0,36855.9892981643,56378891.3118786365
20615,15007040604,3529,3458,2370,1187,1625,1757,2203,0.6242561632,1275,0.3687102371,133,0.0561181435,42,0.0353833193,333,0.0943610088,632,0.1790875602,109,0.0620375640,322,0.1981538462,0.4964832002,0.2263194054,1752.0892134182,798.6811814815,495.9027833594,151.2145472028,0.0297040750,10.0000000000,0.1000000000,464.0468169721,,0.0064334940,0.1282189641,0.3810520320,,,0.2277699060,98.2650438411,14.7303334730,4959.0278335940,49.5902783359,230122.1081455294,,3.1903875793,63.5841411863,188.9647632974,,,112.9517303753,Hawaii,HI,9,74.7796778307,65.5138546463,28.4761545436,63.9820945208,90.9928060818,67.6211097498,45.4287763592,68.1087856009,51.0102487547,74.6953085329,72.8443904311,48.6363888652,70.3699602168,1.3729134893,1.8303662611,1.0748659980,64.8054389268,,1.7014251995,20.6071512154,38.9237463430,,,17.5743663328,76.0259182532,61.0699450431,63.7308514802,62.7533582560,75.0094643983,,61.3999056181,65.1045697304,68.3212418487,,,64.0124628341,8,7,3,7,10,7,5,7,6,8,8,5,8,1,1,1,7,0,1,3,4,0,0,2,8,7,7,7,8,0,7,7,7,0,0,7,62% (74%ile),37% (65%ile),6% (28%ile),4% (63%ile),9% (90%ile),18% (67%ile),6% (68%ile),50% (74%ile),0.2 = fraction pre-1960 (51%ile),76%ile,0.0297 ug/m3 (1%ile),61%ile,10 lifetime risk per million (1%ile),63%ile,0.1 (1%ile),62%ile,460 daily vehicles/meters distance (64%ile),75%ile,,,0.0064 sites/km distance (1%ile),61%ile,0.13 facilities/km distance (20%ile),65%ile,0.38 facilities/km distance (38%ile),68%ile,,,,,0.23 facilities/sq km area (17%ile),64%ile,21724894.0000000000,2371158.0000000000,0,1,27760.3117775823,28129042.7970332205
20616,15007040700,9552,9523,6234,2895,3298,4974,7071,0.7402638191,1980,0.2079176730,309,0.0495668912,95,0.0328151986,772,0.0808207705,1834,0.1920016750,205,0.0412143144,346,0.1049120679,0.4740907460,0.2172310046,4528.5148062585,2074.9905558098,1128.3751689898,322.4823975128,0.0120486502,10.0000000000,0.1000000000,829.6297843840,,0.0062317499,0.2776903565,0.5315584393,,,0.8605507426,118.3801723682,13.5953976825,11283.7516898982,112.8375168990,936133.6481533048,,7.0317517976,313.3389029609,599.7973437979,,,971.0240895638,Hawaii,HI,9,81.2804870193,33.1925490446,24.3539720817,62.2442189921,81.2507708079,74.5290795692,78.3337372056,42.2880946853,36.4589583341,72.4690666385,70.6843205648,91.6638490724,78.6800785920,0.2182262554,1.8303662611,1.0748659980,78.8807149861,,1.6540510210,44.6852775053,44.1677595343,,,35.8025350464,77.4223719690,60.9007569981,69.0968995957,67.2008685709,87.5969776098,,64.0977043448,75.6532891441,75.2184280558,,,72.0462363568,9,4,3,7,9,8,8,5,4,8,8,10,8,1,1,1,8,0,1,5,5,0,0,4,8,7,7,7,9,0,7,8,8,0,0,8,74% (81%ile),21% (33%ile),5% (24%ile),3% (62%ile),8% (81%ile),19% (74%ile),4% (42%ile),47% (72%ile),0.1 = fraction pre-1960 (36%ile),77%ile,0.012 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),69%ile,0.1 (1%ile),67%ile,830 daily vehicles/meters distance (78%ile),87%ile,,,0.0062 sites/km distance (1%ile),64%ile,0.28 facilities/km distance (44%ile),75%ile,0.53 facilities/km distance (44%ile),75%ile,,,,,0.86 facilities/sq km area (35%ile),72%ile,93005151.0000000000,5658877.0000000000,0,1,70950.4293149945,115233329.7073323578
20624,15009030100,1405,1374,980,467,796,729,1060,0.7544483986,400,0.2911208151,44,0.0448979592,0,0.0000000000,124,0.0882562278,342,0.2434163701,41,0.0562414266,170,0.2135678392,0.5227846069,0.2370232951,734.5123726346,333.0177296537,234.3871433253,75.2419798205,0.0026846006,10.0000000000,0.1000000000,,,0.0046765532,0.0398066625,0.0329594792,,,0.0973247551,50.0575557353,0.6292358547,2343.8714332533,23.4387143325,,,1.0961239415,9.3301699117,7.7252781836,,,22.8116713113,Hawaii,HI,9,82.0728020535,51.0042892937,21.4097431797,22.2149776961,87.3264635475,91.2196103997,10.4895772204,61.9590696975,53.0589655984,77.1174117652,75.3619764353,7.5930221772,65.5506156308,0.0292580509,1.8303662611,1.0748659980,,,0.7827594098,2.7444494654,3.8365691660,,,11.1452377410,71.4770935032,58.8413451490,61.1806956436,60.6714580607,,,59.7579323526,60.0938330974,59.9756316335,,,61.8121208766,9,6,3,3,9,10,2,7,6,8,8,1,7,1,1,1,0,0,1,1,1,0,0,2,8,6,7,7,0,0,6,7,6,0,0,7,75% (82%ile),29% (51%ile),4% (21%ile),0% (22%ile),9% (87%ile),24% (91%ile),6% (61%ile),52% (77%ile),0.21 = fraction pre-1960 (53%ile),71%ile,0.00268 ug/m3 (0%ile),58%ile,10 lifetime risk per million (1%ile),61%ile,0.1 (1%ile),60%ile,,,,,0.0047 sites/km distance (0%ile),59%ile,0.04 facilities/km distance (2%ile),60%ile,0.033 facilities/km distance (3%ile),59%ile,,,,,0.097 facilities/sq km area (11%ile),61%ile,555262221.0000000000,25398369.0000000000,0,0,165450.9181509207,667169893.1947253942
20625,15009030201,2340,2327,1879,842,1045,1395,992,0.4239316239,623,0.2677266867,62,0.0329962746,0,0.0000000000,150,0.0641025641,554,0.2367521368,133,0.0953405018,97,0.0928229665,0.3458291553,0.1709182144,809.2402234637,399.9486215874,-23.7085570230,-29.3718443271,0.0063521816,10.0000000000,0.1000000000,7.0868595222,,0.0053511202,0.1292001112,0.0908033666,,,0.0098923140,-2.2006985945,-0.1506010605,-237.0855702299,-2.3708557023,-168.0192130960,,-0.1268673373,-3.0631482031,-2.1528167944,,,-0.2345324900,Hawaii,HI,9,60.4734810662,46.1223337837,13.8610651481,22.2149776961,59.2951174656,89.9006101655,56.2295738392,87.6116027815,34.2663836750,57.2620275919,55.1869446757,12.9269845729,57.7176364334,0.0651806253,1.8303662611,1.0748659980,4.6368984700,,1.3707744996,20.8229399202,14.1722671160,,,4.9075810703,55.1341860078,58.6779670685,58.4263245996,58.4806520514,57.3658121936,,58.5702573228,58.1201119303,58.2216584263,,,56.4332033900,7,5,2,3,6,9,6,9,4,6,6,2,6,1,1,1,1,0,1,3,2,0,0,1,6,6,6,6,6,0,6,6,6,0,0,6,42% (60%ile),27% (46%ile),3% (13%ile),0% (22%ile),6% (59%ile),24% (89%ile),10% (87%ile),35% (57%ile),0.093 = fraction pre-1960 (34%ile),55%ile,0.00635 ug/m3 (0%ile),58%ile,10 lifetime risk per million (1%ile),58%ile,0.1 (1%ile),58%ile,7.1 daily vehicles/meters distance (4%ile),57%ile,,,0.0054 sites/km distance (1%ile),58%ile,0.13 facilities/km distance (20%ile),58%ile,0.091 facilities/km distance (14%ile),58%ile,,,,,0.0099 facilities/sq km area (4%ile),56%ile,118113265.0000000000,4116462.0000000000,0,0,68639.8224567451,140691933.2772550285
20629,15009030402,8562,8562,6540,3180,3473,4778,5420,0.6330296660,1535,0.1792805419,294,0.0449541284,39,0.0122641509,397,0.0463676711,1550,0.1810324690,210,0.0439514441,264,0.0760149726,0.4061551039,0.1828214379,3477.5000000000,1565.3171513473,429.7617698603,-5.5554252167,0.0153866969,10.0000000000,0.1000000000,233.6880574427,,0.0055146115,0.6633705951,0.5914191729,,,0.4432670413,32.6683291803,6.6126141119,4297.6176986027,42.9761769860,100430.1931617688,,2.3699691830,285.0913210180,254.1693504667,,,190.4992282028,Hawaii,HI,9,75.2886221409,26.8565530362,21.4439231945,41.5097856648,28.7449442824,68.6690121278,79.3833218173,46.1798708736,30.8409993308,65.1595288992,59.9703175674,82.9721886150,59.7346670413,0.4238414396,1.8303662611,1.0748659980,46.4851154373,,1.4363834459,65.6894718646,46.0793962757,,,25.2542546354,68.9789876320,59.8548490559,63.0853618909,62.2063722143,69.2554009969,,60.7689024131,74.9199434460,69.9134569074,,,65.2067338787,8,3,3,5,3,7,8,5,4,7,6,9,6,1,1,1,5,0,1,7,5,0,0,3,7,6,7,7,7,0,7,8,7,0,0,7,63% (75%ile),18% (26%ile),4% (21%ile),1% (41%ile),5% (28%ile),18% (68%ile),4% (46%ile),41% (65%ile),0.076 = fraction pre-1960 (30%ile),68%ile,0.0154 ug/m3 (0%ile),59%ile,10 lifetime risk per million (1%ile),63%ile,0.1 (1%ile),62%ile,230 daily vehicles/meters distance (46%ile),69%ile,,,0.0055 sites/km distance (1%ile),60%ile,0.66 facilities/km distance (65%ile),74%ile,0.59 facilities/km distance (46%ile),69%ile,,,,,0.44 facilities/sq km area (25%ile),65%ile,46066876.0000000000,109238.0000000000,0,1,49929.5140313853,53123180.2369696796
20639,15009030800,7879,7871,5174,2235,2335,4210,6161,0.7819520244,1091,0.1386100877,195,0.0376884422,3,0.0013422819,594,0.0753902780,1027,0.1303464907,163,0.0387173397,285,0.1220556745,0.4602810560,0.1942216008,3626.5544403507,1530.2719926347,821.9375850282,84.7096204381,0.0169064550,10.0000000000,0.1000000000,575.9991000531,0.0008675195,0.0061499864,1.0347888110,0.5999348163,,,0.0263640121,100.3221463525,13.8960508008,8219.3758502819,82.1937585028,473435.3092760353,0.7130468458,5.0549049971,850.5318163110,493.1089740953,,,21.6695724544,Hawaii,HI,9,83.5697361596,17.7978784355,16.7867123482,22.7576898463,75.1762179508,37.9999341618,67.3605976499,38.4952526223,39.4719140158,71.0499579469,63.9144112870,82.0845801288,66.2238170511,0.5328167647,1.8303662611,1.0748659980,70.4238972397,46.4801242962,1.6311542890,76.8934515139,46.3897571267,,,6.2894452647,76.1966079716,60.9434745816,66.6801583126,65.1083356253,81.3398307482,78.4421389238,62.8183222708,84.3474497827,73.9856189804,,,61.7713841743,9,2,2,3,8,4,7,4,4,8,7,9,7,1,1,1,8,5,1,8,5,0,0,1,8,7,7,7,9,8,7,9,8,0,0,7,78% (83%ile),14% (17%ile),4% (16%ile),0% (22%ile),8% (75%ile),13% (37%ile),4% (38%ile),46% (71%ile),0.12 = fraction pre-1960 (39%ile),76%ile,0.0169 ug/m3 (0%ile),60%ile,10 lifetime risk per million (1%ile),66%ile,0.1 (1%ile),65%ile,580 daily vehicles/meters distance (70%ile),81%ile,0.00087 toxicity-weighted concentration/meters distance (46%ile),78%ile,0.0061 sites/km distance (1%ile),62%ile,1 facilities/km distance (76%ile),84%ile,0.6 facilities/km distance (46%ile),73%ile,,,,,0.026 facilities/sq km area (6%ile),61%ile,141603534.0000000000,11781155.0000000000,0,0,80194.4536675024,176674254.7197769880
1 OBJECTID GEOID10_TRACT ACSTOTPOP ACSIPOVBAS ACSEDUCBAS ACSTOTHH ACSTOTHU ACSUNEMPBAS MINORPOP MINORPCT LOWINCOME Poverty (Less than 200% of federal poverty line) LESSHS LESSHSPCT LINGISO Percent of households in linguistic isolation UNDER5 Individuals under 5 years old OVER64 Individuals over 64 years old UNEMP UNEMPPCT PRE1960 Percent pre-1960s housing (lead paint indicator) VULEOPCT VULSVI6PCT VULEO VULSVI6 DISPEO DISPSVI6 Diesel particulate matter exposure Air toxics cancer risk Respiratory hazard index Traffic proximity and volume Wastewater discharge Proximity to NPL sites Proximity to Risk Management Plan (RMP) facilities Proximity to hazardous waste sites Ozone PM2.5 in the air Leaky underground storage tanks D_LDPNT_2 D_DSLPM_2 D_CANCR_2 D_RESP_2 D_PTRAF_2 D_PWDIS_2 D_PNPL_2 D_PRMP_2 D_PTSDF_2 D_OZONE_2 D_PM25_2 D_UST_2 STATE_NAME ST_ABBREV REGION P_MINORPCT P_LWINCPCT P_LESHSPCT P_LNGISPCT P_UNDR5PCT P_OVR64PCT P_UNEMP P_UNEMPPCT P_LDPNT P_VULEOPCT P_VULSVI6PCT P_VULSVI6 P_DISPSVI6 P_DSLPM P_CANCR P_RESP P_PTRAF P_PWDIS P_PNPL P_PRMP P_PTSDF P_OZONE P_PM25 P_UST P_LDPNT_D2 P_DSLPM_D2 P_CANCR_D2 P_RESP_D2 P_PTRAF_D2 P_PWDIS_D2 P_PNPL_D2 P_PRMP_D2 P_PTSDF_D2 P_OZONE_D2 P_PM25_D2 P_UST_D2 B_MINORPCT B_LWINCPCT B_LESHSPCT B_LNGISPCT B_UNDR5PCT B_OVR64PCT B_UNEMP B_UNEMPPCT B_LDPNT B_VULEOPCT B_VULSVI6PCT B_VULSVI6 B_DISPSVI6 B_DSLPM B_CANCR B_RESP B_PTRAF B_PWDIS B_PNPL B_PRMP B_PTSDF B_OZONE B_PM25 B_UST B_LDPNT_D2 B_DSLPM_D2 B_CANCR_D2 B_RESP_D2 B_PTRAF_D2 B_PWDIS_D2 B_PNPL_D2 B_PRMP_D2 B_PTSDF_D2 B_OZONE_D2 B_PM25_D2 B_UST_D2 T_MINORPCT T_LWINCPCT T_LESHSPCT T_LNGISPCT T_UNDR5PCT T_OVR64PCT T_UNEMPPCT T_VULEOPCT T_LDPNT T_LDPNT_D2 T_DSLPM T_DSLPM_D2 T_CANCR T_CANCR_D2 T_RESP T_RESP_D2 T_PTRAF T_PTRAF_D2 T_PWDIS T_PWDIS_D2 T_PNPL T_PNPL_D2 T_PRMP T_PRMP_D2 T_PTSDF T_PTSDF_D2 T_OZONE T_OZONE_D2 T_PM25 T_PM25_D2 T_UST T_UST_D2 AREALAND AREAWATER NPL_CNT TSDF_CNT Shape_Length Shape_Area
2 4529 06027000800 3054 3009 2337 1420 2067 1443 1218 0.3988212181 1210 0.4021269525 475 0.2032520325 134 0.0943661972 129 0.0422396857 747 0.2445972495 62 0.0429660430 763 0.3691340106 0.4004740853 0.2309005559 1223.0478564307 705.1702977293 135.9429095904 144.8520486255 0.0162608457 20.0000000000 0.2000000000 134.3731709435 0.0000000476 0.0088169702 0.0161739005 0.0231458734 59.8143830065 5.9332945205 0.0271801764 50.1811514356 2.2105466749 2718.8581918080 27.1885819181 18267.0798289539 0.0000064773 1.1986045786 2.1987270931 3.1465173743 8131.3412612630 806.5893205801 3.6949522625 California CA 9 58.2565807824 70.8357682483 82.0300855712 83.4211514441 22.4791060804 91.4310072487 20.6342392033 44.8003303446 69.4492207493 64.4805710566 73.9747591523 41.2001973366 69.9936559849 0.4881982980 32.2031638835 14.4688811492 33.6358789383 2.7793036790 3.1380644255 0.3541522801 2.0598614138 97.6642425963 3.6388096802 6.3535808084 71.4956721564 59.1319320934 61.5316181718 60.9745786385 62.4689837463 62.0864910202 59.8317854029 59.0710337447 59.2599060994 64.9284478117 62.2619591744 60.9702180540 6 8 9 9 3 10 3 5 7 7 8 5 7 1 4 2 4 1 1 1 1 11 1 1 8 6 7 7 7 7 6 6 6 7 7 7 40% (58%ile) 40% (70%ile) 20% (82%ile) 9% (83%ile) 4% (22%ile) 24% (91%ile) 4% (44%ile) 40% (64%ile) 0.37 = fraction pre-1960 (69%ile) 71%ile 0.0163 ug/m3 (0%ile) 59%ile 20 lifetime risk per million (32%ile) 61%ile 0.2 (14%ile) 60%ile 130 daily vehicles/meters distance (33%ile) 62%ile 0.000000048 toxicity-weighted concentration/meters distance (2%ile) 62%ile 0.0088 sites/km distance (3%ile) 59%ile 0.016 facilities/km distance (0%ile) 59%ile 0.023 facilities/km distance (2%ile) 59%ile 59.8 ppb (97%ile) 64%ile 5.93 ug/m3 (3%ile) 62%ile 0.027 facilities/sq km area (6%ile) 60%ile 17743852489.0000000000 41257887.0000000000 0 1 969231.5231135677 27404749177.8422279358
3 8028 06061021322 20899 20874 13290 6549 6904 9172 9199 0.4401646012 3881 0.1859250743 825 0.0620767494 225 0.0343563903 1429 0.0683764773 2939 0.1406287382 312 0.0340165722 231 0.0334588644 0.3130448377 0.1552546718 6542.3240634282 3244.6673856589 -896.9052371663 -589.6780917541 0.1849562857 30.0000000000 0.5000000000 12.5173455346 0.2667203153 0.0687928975 0.4515663958 0.2027045525 52.7832287582 12.1102756164 0.0258826940 -30.0094307337 -165.8882612555 -26907.1571149896 -448.4526185832 -11226.8727654026 -239.2228476257 -61.7007100657 -405.0122653138 -181.8067747336 -47341.5543077505 -10861.7696239112 -23.2143238368 California CA 9 61.7694531724 28.3124099080 32.2625612545 63.3138029183 65.9392366308 44.1611446180 92.1063805127 31.2336817151 19.3531578232 52.0599864076 48.1147912182 98.1253263672 8.5598852754 35.4160437794 83.7767623034 95.2520218071 6.7786023570 88.6613290583 53.5138135020 56.0049245976 28.8270859466 89.7745222973 94.2035706464 6.2511191138 43.0185694890 24.7769097248 17.2770098374 9.5647689629 49.9350307593 5.0850465016 20.5837755437 15.4478896201 34.6338200533 14.8104044330 10.3206402564 53.0011626680 7 3 4 7 7 5 10 4 2 6 5 11 1 4 9 11 1 9 6 6 3 9 10 1 5 3 2 1 5 1 3 2 4 2 2 6 44% (61%ile) 19% (28%ile) 6% (32%ile) 3% (63%ile) 7% (65%ile) 14% (44%ile) 3% (31%ile) 31% (52%ile) 0.033 = fraction pre-1960 (19%ile) 43%ile 0.185 ug/m3 (35%ile) 24%ile 30 lifetime risk per million (83%ile) 17%ile 0.5 (95%ile) 9%ile 13 daily vehicles/meters distance (6%ile) 49%ile 0.27 toxicity-weighted concentration/meters distance (88%ile) 5%ile 0.069 sites/km distance (53%ile) 20%ile 0.45 facilities/km distance (56%ile) 15%ile 0.2 facilities/km distance (28%ile) 34%ile 52.8 ppb (89%ile) 14%ile 12.1 ug/m3 (94%ile) 10%ile 0.026 facilities/sq km area (6%ile) 53%ile 258653359.0000000000 119890.0000000000 0 0 124755.3452199987 427225089.6229769588
4 8849 06069000802 3049 3045 2076 955 1119 1493 1247 0.4089865530 747 0.2453201970 307 0.1478805395 31 0.0324607330 240 0.0787143326 468 0.1534929485 93 0.0622906899 390 0.3485254692 0.3271533750 0.1778092173 997.4906403941 542.1403034316 -87.8345013597 -17.2605942492 0.0375346206 20.0000000000 0.2000000000 15.7944927934 0.0396183204 0.0811927061 0.1674220356 47.0434058824 7.4113546849 0.0102735941 -30.6125607956 -3.2968346872 -1756.6900271942 -17.5669002719 -1387.3013987358 -3.4798554127 -7.1315208575 -14.7054310128 -4132.0340979390 -650.9726431509 -0.9023760119 California CA 9 59.1858457424 41.3904741949 69.9513617378 62.0187896062 79.0518001240 52.1216510370 37.3180569516 68.3483551403 67.5701406274 54.3994266601 57.9926859232 26.1831217492 58.7612911558 2.0014414700 32.2031638835 14.4688811492 8.1570460385 34.5749415665 10.3739430074 25.1131375379 84.5333172848 19.2864164585 4.9410824602 42.8621394303 58.0471933934 56.5430390950 57.0023528116 55.7266348497 54.6373148803 57.1359685902 54.8116596007 56.2167239668 56.9568759225 56.2801621878 6 5 7 7 8 6 4 7 7 6 6 3 6 1 4 2 1 0 4 2 3 9 2 1 5 6 6 6 6 0 6 6 6 6 6 6 41% (59%ile) 25% (41%ile) 15% (69%ile) 3% (62%ile) 8% (79%ile) 15% (52%ile) 6% (68%ile) 33% (54%ile) 0.35 = fraction pre-1960 (67%ile) 42%ile 0.0375 ug/m3 (2%ile) 58%ile 20 lifetime risk per million (32%ile) 56%ile 0.2 (14%ile) 57%ile 16 daily vehicles/meters distance (8%ile) 55%ile 0.04 sites/km distance (34%ile) 54%ile 0.081 facilities/km distance (10%ile) 57%ile 0.17 facilities/km distance (25%ile) 54%ile 47 ppb (84%ile) 56%ile 7.41 ug/m3 (19%ile) 56%ile 0.01 facilities/sq km area (4%ile) 56%ile 2987635876.0000000000 3272257.0000000000 1 0 422237.6856758550 4643687820.1565904617
5 20324 15001021010 8606 8586 6124 3300 4089 3602 5362 0.6230536835 4430 0.5159562078 425 0.0693990856 36 0.0109090909 315 0.0366023704 1715 0.1992795724 502 0.1393670183 46 0.0112496943 0.5695049456 0.2425333351 4901.1595620778 2087.2418818153 1837.7590471768 508.2966127298 0.0067389217 10.0000000000 0.1000000000 0.1074143214 0.0027318608 0.0478749209 0.0931096253 0.0259838494 20.6742274811 12.3845143014 18377.5904717679 183.7759047177 197.4016409694 5.0205019537 87.9825690670 171.1130563323 47.7520542990 Hawaii HI 9 74.7108013633 85.0291087110 36.7675143964 39.4832933303 15.2054293702 77.9602931979 98.1974410889 95.8100562593 9.2273848439 81.1726508957 76.5777942789 91.7961653862 85.2496673015 0.0699884723 1.8303662611 1.0748659980 0.5930748980 0.1022787768 3.9663081684 14.5954101870 6.2654376121 66.8695670869 60.7245800447 74.1372134844 71.3832220072 58.5855777989 62.7945832024 66.7236133386 67.8259227785 62.6039374599 8 9 4 4 2 8 11 11 1 9 8 10 9 1 1 1 1 0 1 1 2 0 0 1 7 7 8 8 6 0 7 7 7 0 0 7 62% (74%ile) 52% (85%ile) 7% (36%ile) 1% (39%ile) 4% (15%ile) 20% (77%ile) 14% (95%ile) 57% (81%ile) 0.011 = fraction pre-1960 (9%ile) 66%ile 0.00674 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 74%ile 0.1 (1%ile) 71%ile 0.11 daily vehicles/meters distance (0%ile) 58%ile 0.0027 sites/km distance (0%ile) 62%ile 0.048 facilities/km distance (3%ile) 66%ile 0.093 facilities/km distance (14%ile) 67%ile 0.026 facilities/sq km area (6%ile) 62%ile 151184621.0000000000 0.0000000000 0 0 71817.3979516648 171030272.0024483502
6 20327 15001021101 3054 3049 2569 1543 1958 1227 1086 0.3555992141 1450 0.4755657593 159 0.0618917867 30 0.0194426442 92 0.0301244270 909 0.2976424361 144 0.1173594132 33 0.0168539326 0.4155824867 0.2067110446 1269.1889143982 631.2955301209 182.0839675579 70.9772810171 0.0033713587 10.0000000000 0.1000000000 1.7167679255 0.0025910486 0.2484740667 0.2746856427 0.0375389154 3.0688309139 0.6138703733 1820.8396755785 18.2083967558 312.5959152482 0.4717884163 45.2431438983 50.0158516497 6.8352346500 Hawaii HI 9 53.9485559986 80.7725127831 32.1386664749 50.6977998974 9.0084816593 96.6414513706 60.5643076662 92.9519087655 12.2637725970 66.3100091245 67.7573127614 34.5728724616 65.2982705045 0.0304238852 1.8303662611 1.0748659980 2.1438079687 0.0856704529 41.7496844562 33.9762800526 7.1437776548 61.7192931562 58.8385531222 60.6418036749 60.2753222588 58.6611251941 59.1844884925 63.7189045047 63.4569851575 61.1560978740 6 9 4 6 1 11 7 10 2 7 7 4 7 1 1 1 1 0 1 5 4 0 0 1 7 6 7 7 6 0 6 7 7 0 0 7 36% (53%ile) 48% (80%ile) 6% (32%ile) 2% (50%ile) 3% (9%ile) 30% (96%ile) 12% (92%ile) 42% (66%ile) 0.017 = fraction pre-1960 (12%ile) 61%ile 0.00337 ug/m3 (0%ile) 58%ile 10 lifetime risk per million (1%ile) 60%ile 0.1 (1%ile) 60%ile 1.7 daily vehicles/meters distance (2%ile) 58%ile 0.0026 sites/km distance (0%ile) 59%ile 0.25 facilities/km distance (41%ile) 63%ile 0.27 facilities/km distance (33%ile) 63%ile 0.038 facilities/sq km area (7%ile) 61%ile 106332317.0000000000 11164968.0000000000 0 1 61396.6485753379 132838116.6897320002
7 20331 15001021402 3778 3755 2731 1374 1583 1803 3034 0.8030704076 705 0.1877496671 214 0.0783595752 56 0.0407569141 284 0.0751720487 933 0.2469560614 23 0.0127565169 276 0.1743524953 0.4954100374 0.2386774457 1871.6591211718 901.7233898617 526.8383978048 208.5726547229 0.0131608945 10.0000000000 0.1000000000 635.9981128640 0.0033357209 0.0225482603 0.6278707343 0.5088713177 91.8555892572 6.9336645713 5268.3839780481 52.6838397805 335068.2267881447 1.7573858477 11.8792893273 330.7864116735 268.0929496982 Hawaii HI 9 84.7051677398 28.7308989413 41.8348284107 67.0398022547 74.9080519616 91.8116448026 3.9836481634 4.5613171192 47.5766504879 74.5975822746 75.7504514060 55.7976616902 73.4870488517 0.2827998785 1.8303662611 1.0748659980 72.8760884284 0.2741900811 0.7727230166 47.2090589343 27.1111550629 75.5651255220 59.8939075539 64.0364159199 62.9860278691 78.3054903833 60.2827950818 60.4356420863 71.4747506314 66.1787674526 9 3 5 7 8 10 1 1 5 8 8 6 8 1 1 1 8 0 1 1 5 0 0 3 8 6 7 7 8 0 7 7 8 0 0 7 80% (84%ile) 19% (28%ile) 8% (41%ile) 4% (67%ile) 8% (74%ile) 25% (91%ile) 1% (4%ile) 50% (74%ile) 0.17 = fraction pre-1960 (47%ile) 75%ile 0.0132 ug/m3 (0%ile) 59%ile 10 lifetime risk per million (1%ile) 64%ile 0.1 (1%ile) 62%ile 640 daily vehicles/meters distance (72%ile) 78%ile 0.0033 sites/km distance (0%ile) 60%ile 0.023 facilities/km distance (0%ile) 60%ile 0.63 facilities/km distance (47%ile) 71%ile 0.51 facilities/sq km area (27%ile) 66%ile 41940841.0000000000 6313950.0000000000 0 1 49320.0395726063 54601507.7207057551
8 20340 15001021800 5998 5977 4357 2112 2631 3179 4020 0.6702234078 1613 0.2698678267 180 0.0413128299 76 0.0359848485 352 0.0586862287 1411 0.2352450817 241 0.0758100031 441 0.1676168757 0.4700456172 0.2185533706 2819.3336121800 1310.8831165809 684.2794304026 210.4283496771 0.0049503455 10.0000000000 0.1000000000 0.0743045071 0.0038298946 0.0402733327 0.0410968274 0.1071290552 114.6967802385 3.3874195708 6842.7943040262 68.4279430403 50.8450457862 2.6207181028 27.5582131707 28.1217136206 73.3062089025 Hawaii HI 9 77.3411360526 46.5995830170 19.2008132329 64.3649112351 50.1501995746 89.5998226210 84.7007475319 78.6950985799 46.5822171086 72.0610072717 71.0200691830 75.5958544882 73.5619777633 0.0461211856 1.8303662611 1.0748659980 0.4752886632 0.3337575583 2.8011103792 5.4042726335 11.7520153164 77.1764003076 59.3164619569 65.4523902797 64.1879137098 58.4409328484 60.9620163260 62.2019174282 62.1288554973 63.2369902585 8 5 2 7 6 9 9 8 5 8 8 8 8 1 1 1 1 0 1 1 1 0 0 2 8 6 7 7 6 0 7 7 7 0 0 7 67% (77%ile) 27% (46%ile) 4% (19%ile) 4% (64%ile) 6% (50%ile) 24% (89%ile) 8% (78%ile) 47% (72%ile) 0.17 = fraction pre-1960 (46%ile) 77%ile 0.00495 ug/m3 (0%ile) 59%ile 10 lifetime risk per million (1%ile) 65%ile 0.1 (1%ile) 64%ile 0.074 daily vehicles/meters distance (0%ile) 58%ile 0.0038 sites/km distance (0%ile) 60%ile 0.04 facilities/km distance (2%ile) 62%ile 0.041 facilities/km distance (5%ile) 62%ile 0.11 facilities/sq km area (11%ile) 63%ile 365110254.0000000000 37900489.0000000000 0 0 92961.9049100969 459707845.8010936975
9 20560 15003010201 4936 4798 3182 1441 1938 2266 3695 0.7485818476 1439 0.2999166319 231 0.0725958517 49 0.0340041638 476 0.0964343598 651 0.1318881686 115 0.0507502207 413 0.2131062951 0.5242492398 0.2305701706 2587.6942476032 1138.0943619037 830.6706662005 232.4850372225 0.0171119880 10.0000000000 0.1000000000 1493.8870892160 0.0694550700 0.0548137804 0.4080845621 0.0995447326 177.0211481635 14.2144264416 8306.7066620049 83.0670666200 1240928.1836273719 57.6942892272 45.5321994534 338.9838750865 82.6888893711 Hawaii HI 9 81.7629198374 52.7224313484 38.5909198362 63.0702607098 91.9817357703 38.9013315993 48.2935747432 55.4563410918 53.0116816593 77.2470730276 73.8991238733 68.7030659293 74.5973100320 0.5552831600 1.8303662611 1.0748659980 88.8972054263 53.8623224639 5.1063675682 39.9537688137 11.2751492958 80.6790478991 60.9966060167 66.7493132622 65.1696166202 90.1940360178 78.6444132849 63.7434121326 71.6211763075 63.4227438652 9 6 4 7 10 4 5 6 6 8 8 7 8 1 1 1 9 0 6 1 4 0 0 2 9 7 7 7 10 0 8 7 8 0 0 7 75% (81%ile) 30% (52%ile) 7% (38%ile) 3% (63%ile) 10% (91%ile) 13% (38%ile) 5% (55%ile) 52% (77%ile) 0.21 = fraction pre-1960 (53%ile) 80%ile 0.0171 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 66%ile 0.1 (1%ile) 65%ile 1500 daily vehicles/meters distance (88%ile) 90%ile 0.069 sites/km distance (53%ile) 78%ile 0.055 facilities/km distance (5%ile) 63%ile 0.41 facilities/km distance (39%ile) 71%ile 0.1 facilities/sq km area (11%ile) 63%ile 66256288.0000000000 7249455.0000000000 0 0 42997.4044651793 85395519.3857139796
10 20614 15007040603 2984 2978 2104 1058 2064 1468 2011 0.6739276139 797 0.2676292814 138 0.0655893536 33 0.0311909263 168 0.0563002681 756 0.2533512064 64 0.0435967302 193 0.0935077519 0.4707784477 0.2246647750 1404.8028878442 670.3996884791 342.6152122150 122.9243592959 0.0225796264 10.0000000000 0.1000000000 255.5966484444 0.0065810172 0.1042895043 0.5200441984 0.1610354485 32.0371782740 7.7361234992 3426.1521221502 34.2615212215 87571.2999482384 2.2547565999 35.7311706322 178.1750534077 55.1731943631 Hawaii HI 9 77.5456369017 46.0970850340 34.4418368771 61.1045870101 46.0008635792 92.7630589707 21.6211577108 45.6650954498 34.4080455626 72.1367523014 72.5017628853 38.1901457794 68.6478207991 0.9188048692 1.8303662611 1.0748659980 48.7907692784 1.7474241413 15.4267424965 43.8004140051 14.6634418792 68.8698351102 60.0337698662 62.2468364816 61.5558275260 68.4712288534 60.6727330898 62.8928664453 68.0134997705 62.8256530053 8 5 4 7 5 10 3 5 4 8 8 4 7 1 1 1 5 0 1 2 5 0 0 2 7 7 7 7 7 0 7 7 7 0 0 7 67% (77%ile) 27% (46%ile) 7% (34%ile) 3% (61%ile) 6% (46%ile) 25% (92%ile) 4% (45%ile) 47% (72%ile) 0.094 = fraction pre-1960 (34%ile) 68%ile 0.0226 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 62%ile 0.1 (1%ile) 61%ile 260 daily vehicles/meters distance (48%ile) 68%ile 0.0066 sites/km distance (1%ile) 60%ile 0.1 facilities/km distance (15%ile) 62%ile 0.52 facilities/km distance (43%ile) 68%ile 0.16 facilities/sq km area (14%ile) 62%ile 41255867.0000000000 7041518.0000000000 0 0 36855.9892981643 56378891.3118786365
11 20615 15007040604 3529 3458 2370 1187 1625 1757 2203 0.6242561632 1275 0.3687102371 133 0.0561181435 42 0.0353833193 333 0.0943610088 632 0.1790875602 109 0.0620375640 322 0.1981538462 0.4964832002 0.2263194054 1752.0892134182 798.6811814815 495.9027833594 151.2145472028 0.0297040750 10.0000000000 0.1000000000 464.0468169721 0.0064334940 0.1282189641 0.3810520320 0.2277699060 98.2650438411 14.7303334730 4959.0278335940 49.5902783359 230122.1081455294 3.1903875793 63.5841411863 188.9647632974 112.9517303753 Hawaii HI 9 74.7796778307 65.5138546463 28.4761545436 63.9820945208 90.9928060818 67.6211097498 45.4287763592 68.1087856009 51.0102487547 74.6953085329 72.8443904311 48.6363888652 70.3699602168 1.3729134893 1.8303662611 1.0748659980 64.8054389268 1.7014251995 20.6071512154 38.9237463430 17.5743663328 76.0259182532 61.0699450431 63.7308514802 62.7533582560 75.0094643983 61.3999056181 65.1045697304 68.3212418487 64.0124628341 8 7 3 7 10 7 5 7 6 8 8 5 8 1 1 1 7 0 1 3 4 0 0 2 8 7 7 7 8 0 7 7 7 0 0 7 62% (74%ile) 37% (65%ile) 6% (28%ile) 4% (63%ile) 9% (90%ile) 18% (67%ile) 6% (68%ile) 50% (74%ile) 0.2 = fraction pre-1960 (51%ile) 76%ile 0.0297 ug/m3 (1%ile) 61%ile 10 lifetime risk per million (1%ile) 63%ile 0.1 (1%ile) 62%ile 460 daily vehicles/meters distance (64%ile) 75%ile 0.0064 sites/km distance (1%ile) 61%ile 0.13 facilities/km distance (20%ile) 65%ile 0.38 facilities/km distance (38%ile) 68%ile 0.23 facilities/sq km area (17%ile) 64%ile 21724894.0000000000 2371158.0000000000 0 1 27760.3117775823 28129042.7970332205
12 20616 15007040700 9552 9523 6234 2895 3298 4974 7071 0.7402638191 1980 0.2079176730 309 0.0495668912 95 0.0328151986 772 0.0808207705 1834 0.1920016750 205 0.0412143144 346 0.1049120679 0.4740907460 0.2172310046 4528.5148062585 2074.9905558098 1128.3751689898 322.4823975128 0.0120486502 10.0000000000 0.1000000000 829.6297843840 0.0062317499 0.2776903565 0.5315584393 0.8605507426 118.3801723682 13.5953976825 11283.7516898982 112.8375168990 936133.6481533048 7.0317517976 313.3389029609 599.7973437979 971.0240895638 Hawaii HI 9 81.2804870193 33.1925490446 24.3539720817 62.2442189921 81.2507708079 74.5290795692 78.3337372056 42.2880946853 36.4589583341 72.4690666385 70.6843205648 91.6638490724 78.6800785920 0.2182262554 1.8303662611 1.0748659980 78.8807149861 1.6540510210 44.6852775053 44.1677595343 35.8025350464 77.4223719690 60.9007569981 69.0968995957 67.2008685709 87.5969776098 64.0977043448 75.6532891441 75.2184280558 72.0462363568 9 4 3 7 9 8 8 5 4 8 8 10 8 1 1 1 8 0 1 5 5 0 0 4 8 7 7 7 9 0 7 8 8 0 0 8 74% (81%ile) 21% (33%ile) 5% (24%ile) 3% (62%ile) 8% (81%ile) 19% (74%ile) 4% (42%ile) 47% (72%ile) 0.1 = fraction pre-1960 (36%ile) 77%ile 0.012 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 69%ile 0.1 (1%ile) 67%ile 830 daily vehicles/meters distance (78%ile) 87%ile 0.0062 sites/km distance (1%ile) 64%ile 0.28 facilities/km distance (44%ile) 75%ile 0.53 facilities/km distance (44%ile) 75%ile 0.86 facilities/sq km area (35%ile) 72%ile 93005151.0000000000 5658877.0000000000 0 1 70950.4293149945 115233329.7073323578
13 20624 15009030100 1405 1374 980 467 796 729 1060 0.7544483986 400 0.2911208151 44 0.0448979592 0 0.0000000000 124 0.0882562278 342 0.2434163701 41 0.0562414266 170 0.2135678392 0.5227846069 0.2370232951 734.5123726346 333.0177296537 234.3871433253 75.2419798205 0.0026846006 10.0000000000 0.1000000000 0.0046765532 0.0398066625 0.0329594792 0.0973247551 50.0575557353 0.6292358547 2343.8714332533 23.4387143325 1.0961239415 9.3301699117 7.7252781836 22.8116713113 Hawaii HI 9 82.0728020535 51.0042892937 21.4097431797 22.2149776961 87.3264635475 91.2196103997 10.4895772204 61.9590696975 53.0589655984 77.1174117652 75.3619764353 7.5930221772 65.5506156308 0.0292580509 1.8303662611 1.0748659980 0.7827594098 2.7444494654 3.8365691660 11.1452377410 71.4770935032 58.8413451490 61.1806956436 60.6714580607 59.7579323526 60.0938330974 59.9756316335 61.8121208766 9 6 3 3 9 10 2 7 6 8 8 1 7 1 1 1 0 0 1 1 1 0 0 2 8 6 7 7 0 0 6 7 6 0 0 7 75% (82%ile) 29% (51%ile) 4% (21%ile) 0% (22%ile) 9% (87%ile) 24% (91%ile) 6% (61%ile) 52% (77%ile) 0.21 = fraction pre-1960 (53%ile) 71%ile 0.00268 ug/m3 (0%ile) 58%ile 10 lifetime risk per million (1%ile) 61%ile 0.1 (1%ile) 60%ile 0.0047 sites/km distance (0%ile) 59%ile 0.04 facilities/km distance (2%ile) 60%ile 0.033 facilities/km distance (3%ile) 59%ile 0.097 facilities/sq km area (11%ile) 61%ile 555262221.0000000000 25398369.0000000000 0 0 165450.9181509207 667169893.1947253942
14 20625 15009030201 2340 2327 1879 842 1045 1395 992 0.4239316239 623 0.2677266867 62 0.0329962746 0 0.0000000000 150 0.0641025641 554 0.2367521368 133 0.0953405018 97 0.0928229665 0.3458291553 0.1709182144 809.2402234637 399.9486215874 -23.7085570230 -29.3718443271 0.0063521816 10.0000000000 0.1000000000 7.0868595222 0.0053511202 0.1292001112 0.0908033666 0.0098923140 -2.2006985945 -0.1506010605 -237.0855702299 -2.3708557023 -168.0192130960 -0.1268673373 -3.0631482031 -2.1528167944 -0.2345324900 Hawaii HI 9 60.4734810662 46.1223337837 13.8610651481 22.2149776961 59.2951174656 89.9006101655 56.2295738392 87.6116027815 34.2663836750 57.2620275919 55.1869446757 12.9269845729 57.7176364334 0.0651806253 1.8303662611 1.0748659980 4.6368984700 1.3707744996 20.8229399202 14.1722671160 4.9075810703 55.1341860078 58.6779670685 58.4263245996 58.4806520514 57.3658121936 58.5702573228 58.1201119303 58.2216584263 56.4332033900 7 5 2 3 6 9 6 9 4 6 6 2 6 1 1 1 1 0 1 3 2 0 0 1 6 6 6 6 6 0 6 6 6 0 0 6 42% (60%ile) 27% (46%ile) 3% (13%ile) 0% (22%ile) 6% (59%ile) 24% (89%ile) 10% (87%ile) 35% (57%ile) 0.093 = fraction pre-1960 (34%ile) 55%ile 0.00635 ug/m3 (0%ile) 58%ile 10 lifetime risk per million (1%ile) 58%ile 0.1 (1%ile) 58%ile 7.1 daily vehicles/meters distance (4%ile) 57%ile 0.0054 sites/km distance (1%ile) 58%ile 0.13 facilities/km distance (20%ile) 58%ile 0.091 facilities/km distance (14%ile) 58%ile 0.0099 facilities/sq km area (4%ile) 56%ile 118113265.0000000000 4116462.0000000000 0 0 68639.8224567451 140691933.2772550285
15 20629 15009030402 8562 8562 6540 3180 3473 4778 5420 0.6330296660 1535 0.1792805419 294 0.0449541284 39 0.0122641509 397 0.0463676711 1550 0.1810324690 210 0.0439514441 264 0.0760149726 0.4061551039 0.1828214379 3477.5000000000 1565.3171513473 429.7617698603 -5.5554252167 0.0153866969 10.0000000000 0.1000000000 233.6880574427 0.0055146115 0.6633705951 0.5914191729 0.4432670413 32.6683291803 6.6126141119 4297.6176986027 42.9761769860 100430.1931617688 2.3699691830 285.0913210180 254.1693504667 190.4992282028 Hawaii HI 9 75.2886221409 26.8565530362 21.4439231945 41.5097856648 28.7449442824 68.6690121278 79.3833218173 46.1798708736 30.8409993308 65.1595288992 59.9703175674 82.9721886150 59.7346670413 0.4238414396 1.8303662611 1.0748659980 46.4851154373 1.4363834459 65.6894718646 46.0793962757 25.2542546354 68.9789876320 59.8548490559 63.0853618909 62.2063722143 69.2554009969 60.7689024131 74.9199434460 69.9134569074 65.2067338787 8 3 3 5 3 7 8 5 4 7 6 9 6 1 1 1 5 0 1 7 5 0 0 3 7 6 7 7 7 0 7 8 7 0 0 7 63% (75%ile) 18% (26%ile) 4% (21%ile) 1% (41%ile) 5% (28%ile) 18% (68%ile) 4% (46%ile) 41% (65%ile) 0.076 = fraction pre-1960 (30%ile) 68%ile 0.0154 ug/m3 (0%ile) 59%ile 10 lifetime risk per million (1%ile) 63%ile 0.1 (1%ile) 62%ile 230 daily vehicles/meters distance (46%ile) 69%ile 0.0055 sites/km distance (1%ile) 60%ile 0.66 facilities/km distance (65%ile) 74%ile 0.59 facilities/km distance (46%ile) 69%ile 0.44 facilities/sq km area (25%ile) 65%ile 46066876.0000000000 109238.0000000000 0 1 49929.5140313853 53123180.2369696796
16 20639 15009030800 7879 7871 5174 2235 2335 4210 6161 0.7819520244 1091 0.1386100877 195 0.0376884422 3 0.0013422819 594 0.0753902780 1027 0.1303464907 163 0.0387173397 285 0.1220556745 0.4602810560 0.1942216008 3626.5544403507 1530.2719926347 821.9375850282 84.7096204381 0.0169064550 10.0000000000 0.1000000000 575.9991000531 0.0008675195 0.0061499864 1.0347888110 0.5999348163 0.0263640121 100.3221463525 13.8960508008 8219.3758502819 82.1937585028 473435.3092760353 0.7130468458 5.0549049971 850.5318163110 493.1089740953 21.6695724544 Hawaii HI 9 83.5697361596 17.7978784355 16.7867123482 22.7576898463 75.1762179508 37.9999341618 67.3605976499 38.4952526223 39.4719140158 71.0499579469 63.9144112870 82.0845801288 66.2238170511 0.5328167647 1.8303662611 1.0748659980 70.4238972397 46.4801242962 1.6311542890 76.8934515139 46.3897571267 6.2894452647 76.1966079716 60.9434745816 66.6801583126 65.1083356253 81.3398307482 78.4421389238 62.8183222708 84.3474497827 73.9856189804 61.7713841743 9 2 2 3 8 4 7 4 4 8 7 9 7 1 1 1 8 5 1 8 5 0 0 1 8 7 7 7 9 8 7 9 8 0 0 7 78% (83%ile) 14% (17%ile) 4% (16%ile) 0% (22%ile) 8% (75%ile) 13% (37%ile) 4% (38%ile) 46% (71%ile) 0.12 = fraction pre-1960 (39%ile) 76%ile 0.0169 ug/m3 (0%ile) 60%ile 10 lifetime risk per million (1%ile) 66%ile 0.1 (1%ile) 65%ile 580 daily vehicles/meters distance (70%ile) 81%ile 0.00087 toxicity-weighted concentration/meters distance (46%ile) 78%ile 0.0061 sites/km distance (1%ile) 62%ile 1 facilities/km distance (76%ile) 84%ile 0.6 facilities/km distance (46%ile) 73%ile 0.026 facilities/sq km area (6%ile) 61%ile 141603534.0000000000 11781155.0000000000 0 0 80194.4536675024 176674254.7197769880

View file

@ -0,0 +1,20 @@
import pathlib
from data_pipeline.etl.sources.ejscreen.etl import EJSCREENETL
from data_pipeline.tests.sources.example.test_etl import TestETL
class TestEJSCREENETL(TestETL):
_ETL_CLASS = EJSCREENETL
_SAMPLE_DATA_PATH = pathlib.Path(__file__).parents[0] / "data"
_SAMPLE_DATA_FILE_NAME = "EJSCREEN_2021_USPR_Tracts.csv"
_SAMPLE_DATA_ZIP_FILE_NAME = "EJSCREEN_2021_USPR_Tracts.csv.zip"
_EXTRACT_TMP_FOLDER_NAME = "EJSCREENETL"
def setup_method(self, _method, filename=__file__):
"""Invoke `setup_method` from Parent, but using the current file name.
This code can be copied identically between all child classes.
"""
super().setup_method(_method=_method, filename=filename)