PyPSA / whobs-server

Online optimisation tool for wind+solar+storage systems
GNU Affero General Public License v3.0
35 stars 12 forks source link

New script to ease setup #1

Closed tranberg closed 5 years ago

tranberg commented 5 years ago

I've added a new script prepare.py, which eases the setup process for new users/developers. The README has been updated accordingly.

There are some static files required, which are currently not included in the repository. These are fetched as part of the new prepare.py. I suggest that the d3 libraries either be included in the repo or loaded through a CDN. I think it's okay to fetch results-initial.json from model.energy.

nworbmot commented 5 years ago

Thanks Bo, great idea!