use_cases
Functions related to the four different use cases
- home(home_data: GeoDataFrame, uc_dict: dict) GeoDataFrame[source]
Calculate placements and energy distribution for use case hpc.
- Parameters:
home_data – gpd.GeoDataFrame info about house types
uc_dict – dict contains basic run info like region boundary and save directory
- hpc(hpc_points: GeoDataFrame, uc_dict: dict) GeoDataFrame[source]
Calculate placements and energy distribution for use case hpc.
- Parameters:
hpc_points – gpd.GeoDataFrame GeoDataFrame of possible hpc locations
uc_dict – dict contains basic run info like region boundary and save directory
- public(public_points: GeoDataFrame, public_data: GeoDataFrame, uc_dict: dict) GeoDataFrame[source]
Calculate placements and energy distribution for use case hpc.
- Parameters:
public_points – gpd.GeoDataFrame existing public charging points
public_data – gpd.GeoDataFrame clustered POI
uc_dict – dict contains basic run info like region boundary and save directory
- work(landuse: GeoDataFrame, weights_dict: dict, uc_dict: dict) GeoDataFrame[source]
Calculate placements and energy distribution for use case hpc.
- Parameters:
landuse – gpd.GeoDataFrame work areas by land use
weights_dict – dict weights for different land use types
uc_dict – dict contains basic run info like region boundary and save directory