mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-25 13:40:17 -07:00
updating to directly calculate overlay
This commit is contained in:
parent
9f0918d2a9
commit
ed364fbb26
3 changed files with 60 additions and 61 deletions
|
@ -11,6 +11,7 @@ from data_pipeline.etl.score.etl_utils import (
|
|||
compare_to_list_of_expected_state_fips_codes,
|
||||
)
|
||||
from data_pipeline.etl.score.schemas.datasets import DatasetsConfig
|
||||
from data_pipeline.score import field_names
|
||||
from data_pipeline.utils import (
|
||||
load_yaml_dict_from_file,
|
||||
unzip_file_from_url,
|
||||
|
@ -387,6 +388,7 @@ class ExtractTransformLoad:
|
|||
# Tract ID, but these will be ignored if they're not present.
|
||||
cls.GEOID_FIELD_NAME: "string",
|
||||
cls.GEOID_TRACT_FIELD_NAME: "string",
|
||||
field_names.ZIP_CODE: "string",
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue