mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 03:51:17 -07:00
Adding NLCD data (#1826)
Adding NLCD's natural space indicator end to end to the score.
This commit is contained in:
parent
49623e4da0
commit
7d89d41e49
18 changed files with 288 additions and 18 deletions
|
@ -48,7 +48,6 @@ class FloodRiskETL(ExtractTransformLoad):
|
|||
"""
|
||||
logger.info("Transforming National Risk Index Data")
|
||||
|
||||
logger.info(self.COLUMNS_TO_KEEP)
|
||||
# read in the unzipped csv data source then rename the
|
||||
# Census Tract column for merging
|
||||
df_fsf_flood_disagg: pd.DataFrame = pd.read_csv(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue