pypsa-meets-earth / pypsa-distribution

GNU General Public License v3.0
12 stars 8 forks source link

ramp package error #48

Open Emre-Yorat89 opened 4 months ago

Emre-Yorat89 commented 4 months ago

Checklist

Describe the Bug

Hi, Currently the ramp package is not included in the environment.yaml. Therefore running ramp_build_demand_profile.py script results in missing module error. Installing manually with "pip install ramp" does not solve the problem since the ramp package is also dependent to other packages. Do you have suggestions on how to get around this problem? I would also like to contribute to solve this problem from code side along with your recommendations. Thank you so much for your helps.

davide-f commented 3 months ago

Hello @Emre-Yorat89 ! Great point! To install it you can do:

conda activate pypsa-earth
pip install rampdemand

Would you like to propose a PR and update the documentation on the installation? :D

Files to change should be:

Emre-Yorat89 commented 3 months ago

I am happy to do it. Thank you for your guide. Now I am able to solve a network without problem.