2119 there are a few tracts places where the values over the 90th percentile are not showing as blue (#2160)

* ipython notebook to debug greenspace indicator

* changing greenspace and income to just greenspace

* fixing greenspace indicator to not include low income

* Update greenspace_indicator.ipynb

* running tox checks

* update score narwhal to pass smoke test (fix donut threshold)

---------

Co-authored-by: Travis Newby <travis.b.newby@omb.eop.gov>
This commit is contained in:
sam powers (usds) 2023-03-02 15:15:36 -05:00 committed by GitHub
commit 4d9c1dd11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2698 additions and 6 deletions

View file

@ -353,7 +353,7 @@ TILES_SCORE_COLUMNS = {
field_names.ADJACENT_TRACT_SCORE_ABOVE_DONUT_THRESHOLD: "ADJ_ET",
field_names.TRACT_PERCENT_NON_NATURAL_FIELD_NAME
+ field_names.PERCENTILE_FIELD_SUFFIX: "IS_PFS",
field_names.NON_NATURAL_LOW_INCOME_FIELD_NAME: "IS_ET",
field_names.NON_NATURAL_PCTILE_THRESHOLD: "IS_ET", # NON_NATURAL_LOW_INCOME_FIELD_NAME
field_names.AML_BOOLEAN_FILLED_IN: "AML_ET",
field_names.ELIGIBLE_FUDS_BINARY_FIELD_NAME: "FUDS_RAW",
field_names.ELIGIBLE_FUDS_FILLED_IN_FIELD_NAME: "FUDS_ET",