To get started with DAVE, just

  1. Install DAVE_core through pip:

     pip install dave_core
    
  2. 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'])
    
  3. Get an overview about the resulting network model:

     grid_data
    
  4. 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.

Explore on github