Open
Description
The graph generation script create_mesh.py
is currently written for the MEPS area. Without huge changes this should be possible to change to a generic script that can work for general (quadratic in their projection) areas. Some more arguments would probably have to be introduced.
It might be a good idea to turn the graph generation into a function, and let create_mesh.py
only be a utility script for calling this function with some command line arguments.
The area definition object proposed in #2 could be useful as input to such a generic script.
Activity