-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(etl): add hotspot layers to snakemake
Add `hotspot_layers.csv` to the ETL pipeline. Update the `Snakefile` and `config.yml` to include the new file.
- Loading branch information
1 parent
b470ce3
commit 5c3410b
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
hazard,path,rp,rcp,epoch,confidence,variable,unit,key | ||
hotspots,hotspots/power/demand_affected.tiff,100,baseline,2010,None,demand affected,MWh,demandAffected__rp_100__rcp_baseline__epoch_2010__conf_None | ||
hotspots,hotspots/power/exposure_value.tiff,100,baseline,2010,None,exposure value,$,exposureValue__rp_100__rcp_baseline__epoch_2010__conf_None | ||
hotspots,hotspots/power/loss_gdp.tiff,100,baseline,2010,None,loss GDP,$,lossGdp__rp_100__rcp_baseline__epoch_2010__conf_None | ||
hotspots,hotspots/power/population_affected.tiff,100,baseline,2010,None,population affected,,populationAffected__rp_100__rcp_baseline__epoch_2010__conf_None |