-
Notifications
You must be signed in to change notification settings - Fork 207
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
Flexibility to cluster the network to a specified shapefile instead of only GADM regions #486
Comments
Hi Peter, pypsa-earth/config.default.yaml Lines 51 to 52 in bdd0a2d
to cluster_options:
clustering_shape: Voronoi # "Voronoi" network structure, "Gadm" administrative zones, "Custom" any shape Looking forward to seeing the PR. Feel free to join one of our open workflow meetings if you have questions. This is happening every Thursday between 16-16:30 (UK time). This Thursday between 16-17:00 (Uk time) is also our public/open monthly meeting happening. See agenda. |
Hello! I'm moving here the discussion on #142, with links to #1272, #1248, #979, #700, and maybe #107. The proposal is to possibly revise the alternative_clustering to disentable build_bus_regions and cluster_network: the bus regions could be created using voronoi or any other shape, whereas the clustering can adopt another shape. To achieve this, #1195 is needed as it simplifies some parts of the workflow. We can use this issue to track the updates. FYI @ekatef and @hazemakhalek |
The possible features we can provide to the users while solving these issues are:
@yerbol-akhmetov this is partially the answer to your question; feel free to integrate and give your view :) |
Hi @davide-f and @ekatef. For this providing an option to use custom shapes, I have an interest. I want to use my custom administrative shapes for research. I guess by revising """
Turn off the given gadm_shapes
specify the custom geojson file path
"""
# gadm_shapes="resources/" + RDIR + "shapes/gadm_shapes.geojson",
gadm_shapes="/path/to/custom/shape-file" Using the above code with the alternative clustering modification in #1272, I could successfully run I guess this way of replacing all the GADM inputs manually could be improved. |
The ability to cluster to administrative zones is very helpful. In some cases it would be useful to be able to cluster to a given input shape file as an alternative. One example would be if there are utility supply regions that do not align with administrative boundaries. I am happy to help contribute to this task.
Regards
Peter
The text was updated successfully, but these errors were encountered: