To get started with DAVE, just
-
Install DAVE_core through pip:
pip install dave_core
-
Create a network model for an area of interest and grid level(s)
from dave_core import create_grid grid_data = create_grid(federal_state=['Hessen'], gas_levels=['hp'])
-
Get an overview about the resulting network model:
grid_data
-
And plot the results:
from dave_core.plotting import plot_grid_data plot_grid_data(grid_data)
But of course DAVE can do much more than that - find out what on this page!
DAVEfoss
Collection of diffrent DAVE open source tools. By license they are free to use, modify and share however you want.