fixing fuds

This commit is contained in:
lucasmbrown-usds 2022-09-08 18:43:12 -04:00
parent ce4d71828b
commit 7a7517f654

View file

@ -20,6 +20,8 @@ class USArmyFUDS(ExtractTransformLoad):
ELIGIBLE_FUDS_BINARY_FIELD_NAME: str ELIGIBLE_FUDS_BINARY_FIELD_NAME: str
GEO_LEVEL: ValidGeoLevel = ValidGeoLevel.CENSUS_TRACT GEO_LEVEL: ValidGeoLevel = ValidGeoLevel.CENSUS_TRACT
ISLAND_AREAS_EXPECTED_IN_DATA = True
def __init__(self): def __init__(self):
self.FILE_URL: str = ( self.FILE_URL: str = (
"https://opendata.arcgis.com/api/v3/datasets/" "https://opendata.arcgis.com/api/v3/datasets/"