Skip to content

Commit

Permalink
Merge pull request #246 from pypsa-meets-earth/industry_db
Browse files Browse the repository at this point in the history
industrial database
  • Loading branch information
hazemakhalek authored Dec 1, 2023
2 parents faa76ef + c52f279 commit 8d13969
Show file tree
Hide file tree
Showing 4 changed files with 531 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ data/costs*
/data/transport_data.csv
/data/switzerland*
/data/.nfs*
/data/demand/unsd/data
/data/industrial_database.csv
#/data/Industrial_Database.csv
/data/retro/tabula-calculator-calcsetbuilding.csv
/data/nuts*
Expand Down
7 changes: 7 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,13 @@ rule plot_summary:
"scripts/plot_summary.py"


rule build_industrial_database:
output:
industrial_database="data/industrial_database.csv",
script:
"scripts/build_industrial_database.py"


rule prepare_db:
input:
network=RDIR
Expand Down
Loading

0 comments on commit 8d13969

Please sign in to comment.