Replies: 1 comment 1 reply
-
What's interesting is the amount of data scraping + processing they're doing. If they could open that up and make it customizable and shareable, that'd be awesome! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I participated in a PyPSA workshop and has some takeaways to share. The full information is here slides.
TL;DR
Overview
Workflow
Performance
Configuration
PyPSA
Sector-couping
Snakemake (based on LLM results)
Tor larger, multi-step workflows, Snakemake removes a lot of manual work by:
Should You Use Snakemake for Your Julia Project?
Yes, if:
You have multiple Julia scripts with dependencies.
You want to automate and parallelize execution.
You work on large-scale computations (HPC, cloud, large datasets).
You need consistent package environments (Pkg.activate()).
No, if:
Beta Was this translation helpful? Give feedback.
All reactions