Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to choose how to create bus_regions and cluster #142

Closed
davide-f opened this issue Nov 9, 2021 · 1 comment
Closed

Option to choose how to create bus_regions and cluster #142

davide-f opened this issue Nov 9, 2021 · 1 comment

Comments

@davide-f
Copy link
Member

davide-f commented Nov 9, 2021

In the new version of the code with the alternative clustering developed in #134 there are two options
a) The typical version where bus_regions are created according to the voronoi cells and cluster_network is performed using kmeans algorithm
b) a custom shape is provided to cluster the network. In this case, the bus_regions are loaded from gadm and the cluster_network use the shapes of gadm as well.

The latter approach could be decomposed in two independent features:

  1. in bus_regions a user can choose between creating the bus_regions according to the voronoi cells or custom shapes, such as gadm
  2. in cluster_network, the user could choose between gathering the substations using kmeans or optional shapes

Currently, option 1 and 2 are hard coded so that the user cannot choose hybrid/mixed approaches between (a) and (b)

@davide-f davide-f changed the title Option to choose how to create bus_regions and clusterize Option to choose how to create bus_regions and cluster Nov 18, 2021
@davide-f
Copy link
Member Author

Old issue duplicate of the more recent #486

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant