j40-cejst-2/data/data-pipeline/data_pipeline/etl/sources
Emma Nechamkin 1c4d3e4142
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>
2022-08-26 15:23:20 -04:00
..
calenviroscreen Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
cdc_life_expectancy Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
cdc_places Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
cdc_svi_index Issue 1141: Definition M (#1151) 2022-01-18 14:56:55 -05:00
census Add FUDS ETL (#1817) 2022-08-16 13:28:39 -04:00
census_acs Score tests (#1847) 2022-08-26 15:23:20 -04:00
census_acs_2010 Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
census_acs_median_income Score tests (#1847) 2022-08-26 15:23:20 -04:00
census_decennial Score tests (#1847) 2022-08-26 15:23:20 -04:00
child_opportunity_index Refactor DOE Energy Burden and COI to use YAML (#1796) 2022-08-11 12:38:28 -04:00
doe_energy_burden Refactor DOE Energy Burden and COI to use YAML (#1796) 2022-08-11 12:38:28 -04:00
dot_travel_composite Adding DOT composite to travel score (#1820) 2022-08-16 14:44:39 -04:00
eamlis Add abandoned mine lands data (#1824) 2022-08-17 11:33:59 -04:00
ejscreen updating ejscreen data, try two (#1747) 2022-08-11 12:33:46 -04:00
ejscreen_areas_of_concern Issue 838: Update comparison tool to use tracts (#934) 2021-11-30 18:46:29 -05:00
energy_definition_alternative_draft Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
epa_rsei Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
fsf_flood_risk Update to use new FSF files (#1838) 2022-08-18 15:54:44 -04:00
fsf_wildfire_risk Update to use new FSF files (#1838) 2022-08-18 15:54:44 -04:00
geocorr Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
historic_redlining Adding HOLC indicator (#1579) 2022-08-11 12:33:46 -04:00
housing_and_transportation Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
hud_housing added indoor plumbing to score housing burden 2022-08-11 12:33:46 -04:00
hud_recap Score tests (#1847) 2022-08-26 15:23:20 -04:00
mapping_for_ej Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
mapping_inequality Adding HOLC indicator (#1579) 2022-08-11 12:33:46 -04:00
maryland_ejscreen Add a react component generator (#1745) 2022-07-15 09:54:58 -07:00
michigan_ejscreen Disable markdown check for link 2022-08-16 10:35:57 -07:00
national_risk_index Refactor DOE Energy Burden and COI to use YAML (#1796) 2022-08-11 12:38:28 -04:00
ncld_nature_deprived first run -- adding NCLD data to the ETL, but not yet to the score 2022-08-17 11:11:11 -04:00
nlcd_nature_deprived Adding NLCD data (#1826) 2022-08-17 14:21:28 -04:00
persistent_poverty Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
tree_equity_score Run ETL processes in parallel (#1253) 2022-02-11 14:04:53 -05:00
tribal added tribalId for Supplemental dataset (#1804) 2022-08-08 17:42:14 -04:00
us_army_fuds Adding eamlis and fuds data to legacy pollution in score (#1832) 2022-08-18 13:32:29 -04:00
__init__.py Data directory should adopt standard Poetry-suggested python package structure (#457) 2021-08-05 15:35:54 -04:00
geo_utils.py Add FUDS ETL (#1817) 2022-08-16 13:28:39 -04:00