Ivan Ruiz Manuel
Ivan Ruiz Manuel
I like it! Simple and to the point.
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
Same issue when attempting to run a workflow on Fedora 41
Unfortunately no. My solution is to just copy paste, for now. No workaround until the plug-in is updated.
I've found the cause: using anything but the '01M' resolution causes this. https://github.com/calliope-project/module_geo_boundaries/issues/6 I also suspect that the euro-calliope algorithm might have mismatching EPSGs for different datasets, as GADM and...
@cosmicBboy I am facing a similar issue using `pd.NA`. It appears that coercion does not work properly in this case: ```python mothballed: Series[bool] = Field(nullable=True) "Innactive but not fully retired"...
> My high-level questions, just to confirm: > > 1. Do we only consider **energy** demand? During the process of extracting electricity demand (and assuming all demands that could possibly...
Giving credit where credit is due: this idea came from @dlaehnemann , who kindly helped me sort out whether or not this was possible in `snakemake`.
Adding an extra comment here to avoid 'staleness', with some updates: I've created a parser that enables modularising dot files produced by snakemake (although it does not work for filegraphs...
@brynpickering I believe this is already supported in the current implementation without any changes needed. Example: ```yaml techs: battery: # some random value wasiwasisawi: foobar name: "Battery storage" color: "#3B61E3"...