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.
This commit is contained in:
Emma Nechamkin 2022-08-16 14:44:39 -04:00 committed by GitHub
commit ebac552d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 553 additions and 354 deletions

View file

@ -9,6 +9,11 @@ DATASET_LIST = [
"module_dir": "national_risk_index",
"class_name": "NationalRiskIndexETL",
},
{
"name": "travel_composite",
"module_dir": "dot_travel_composite",
"class_name": "TravelCompositeETL",
},
{
"name": "tree_equity_score",
"module_dir": "tree_equity_score",