mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 19:31: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
|
@ -47,8 +47,6 @@ class WildfireRiskETL(ExtractTransformLoad):
|
|||
- Calculates share of properties at risk, left-clipping number of properties at 250
|
||||
"""
|
||||
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_fire_disagg: pd.DataFrame = pd.read_csv(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue