Skip to content

Commit

Permalink
Fix_3
Browse files Browse the repository at this point in the history
  • Loading branch information
Margherita-Capitani committed Nov 8, 2024
1 parent 5fe53d7 commit 0e47cfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data/costs.csv
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ central solar thermal,2030,FOM,1.4,%/year,HP;
central solar thermal,2030,investment,140000,EUR/1000m2,HP;
central solar thermal,2030,lifetime,20,years,HP;
HVAC overhead,2030,investment,400,EUR/MW/km,Hagspiel;
MVAC overhead,2030,investment,40,EUR/MW/km,Hagspiel;
HVAC overhead,2030,lifetime,40,years,Hagspiel;
HVAC overhead,2030,FOM,2,%/year,Hagspiel;
HVDC overhead,2030,investment,400,EUR/MW/km,Hagspiel;
Expand All @@ -200,3 +199,6 @@ diesel,2030,investment,400,EUR/kWel,DIW;
diesel,2030,efficiency,0.30,per unit,DIW ;
diesel,2030,VOM,0.5,EUR/MWhel,DIW;
diesel,2030,fuel,100,USD/MWhth,DIW;
MVAC overhead,2030,investment,40,EUR/MW/km, ;
MVAC overhead,2030,lifetime,40,years, ;
MVAC overhead,2030,FOM,2,%/year, ;
4 changes: 3 additions & 1 deletion scripts/cluster_buildings.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ def get_central_points_geojson_with_buildings(
"cluster": i,
}
)
central_features = gpd.GeoDataFrame(central_features, crs="EPSG:4326")
central_features = gpd.GeoDataFrame(
central_features, crs=microgrid_buildings.crs
).to_crs("EPSG:4326")
central_features.to_file(output_filepath_centroids, driver="GeoJSON")

clusters = []
Expand Down

0 comments on commit 0e47cfd

Please sign in to comment.