mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 08:51:16 -07:00
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:
parent
7384cc5fec
commit
4d9c1dd11e
3 changed files with 2698 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue