Hi @jokochems ,
I would like to check this project out.
- pommesinvest is now released :) so one can link to it in the readme
- I think it is unnecessary to still have the setup.py as everything is part of pyproject.toml?
- the hard version requirement on oemof.solph seems weird?
- the conda create command takes very long - maybe updating to a supported python version would help? - installing on my own on worked flawless with
conda create -n pommesdispatch python=3.10 pandas pip numpy
conda activate pommesdispatch
pip install -e .
- I did not find docs on how to proceed from here - there is the script
run_pommes_dispatch which says that the input folder is empty - which inputs from pommesdata should I put there? - oh I see there are more docs on https://pommesdispatch.readthedocs.io - maybe put this into the github description and as a link on the docs badge?
Would be very cool to have some more information on that to actually test this tool!
I think https://pommesdispatch.readthedocs.io/en/latest/usage.html#using helps me get along for now
Hi @jokochems ,
I would like to check this project out.
run_pommes_dispatchwhich says that the input folder is empty - which inputs frompommesdatashould I put there? - oh I see there are more docs on https://pommesdispatch.readthedocs.io - maybe put this into the github description and as a link on the docs badge?Would be very cool to have some more information on that to actually test this tool!
I think https://pommesdispatch.readthedocs.io/en/latest/usage.html#using helps me get along for now