tribal tiles fix (#1874)

* Alaska tribal points fix (#1821)

* tribal tiles fix

* disabling child opportunity

* lint

* removing COI

* removing commented out code
This commit is contained in:
Jorge Escobar 2022-09-01 10:19:13 -04:00 committed by GitHub
commit ccd72e2cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 45 deletions

View file

@ -59,7 +59,7 @@ class TribalETL(ExtractTransformLoad):
)
bia_national_lar_df.rename(
columns={"TSAID": "tribalId", "LARName": "landAreaName"},
columns={"LARID": "tribalId", "LARName": "landAreaName"},
inplace=True,
)
@ -154,7 +154,9 @@ class TribalETL(ExtractTransformLoad):
# load the geojsons
bia_national_lar_geojson = (
self.GEOJSON_BASE_PATH / "bia_national_lar" / "BIA_TSA.json"
self.GEOJSON_BASE_PATH
/ "bia_national_lar"
/ "BIA_National_LAR.json"
)
bia_aian_supplemental_geojson = (
self.GEOJSON_BASE_PATH