mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-12 21:24:19 -07:00
adding tree equity score to the data pipeline (#398)
* adding tree equity score to the downloading pipeline so it can be easily compared as a reference index! * removed redundant dependencies
This commit is contained in:
parent
7b241795fa
commit
81290ce672
4 changed files with 50 additions and 0 deletions
|
@ -16,6 +16,11 @@ def etl_runner(dataset_to_run: str = None) -> None:
|
|||
|
||||
# this list comes from YAMLs
|
||||
dataset_list = [
|
||||
{
|
||||
"name": "tree_equity_score",
|
||||
"module_dir": "tree_equity_score",
|
||||
"class_name": "TreeEquityScoreETL",
|
||||
},
|
||||
{
|
||||
"name": "census_acs",
|
||||
"module_dir": "census_acs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue