mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
fix nlcd
This commit is contained in:
parent
70ee008ba7
commit
2a267027a5
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ class NatureDeprivedETL(ExtractTransformLoad):
|
|||
GEO_LEVEL = ValidGeoLevel.CENSUS_TRACT
|
||||
PUERTO_RICO_EXPECTED_IN_DATA = False
|
||||
|
||||
# Alaska and Hawaii are missing
|
||||
EXPECTED_MISSING_STATES = ['02', '15']
|
||||
|
||||
# Output score variables (values set on datasets.yml) for linting purposes
|
||||
ELIGIBLE_FOR_NATURE_DEPRIVED_FIELD_NAME: str
|
||||
TRACT_PERCENT_IMPERVIOUS_FIELD_NAME: str
|
||||
|
|
Loading…
Add table
Reference in a new issue