mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
fixing fuds
This commit is contained in:
parent
ce4d71828b
commit
7a7517f654
1 changed files with 2 additions and 0 deletions
|
@ -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/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue