diff --git a/data/costs.csv b/data/costs.csv index 767573f..8971aaf 100644 --- a/data/costs.csv +++ b/data/costs.csv @@ -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; @@ -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, ; diff --git a/scripts/cluster_buildings.py b/scripts/cluster_buildings.py index 6ae174f..30ef1a7 100644 --- a/scripts/cluster_buildings.py +++ b/scripts/cluster_buildings.py @@ -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 = []