Ivan Ruiz Manuel
Ivan Ruiz Manuel
@brynpickering fantastic! It's a lot of changes, so I'll review them once I'm back this Monday.
@brynpickering what's next for this feature? Will we wait until the approach to `parameters` is set, or should we merge this beforehand?
@brynpickering I think that's the best approach. I'll clean this up and we can go from there.
@brynpickering I've updated everything, and tests pass. However, there seems to be a nasty pre-commit issue that prevents fixes to go through on my side... For some reason it's re-arranging...
That's odd... that's the configuration I am using. I even tried updating the pre-commit hook and ruff to 0.6.8 (the newest), and it still fails. Let me know if you...
I'd advocate for removing it, yeah. Or at least mentioning that it is no longer maintained. Thanks for the info!
I suppose, if that's what most users would expect. I no longer use `powerplantmatching` in my processes, so I can no longer speak as a user unfortunately.
I think it's better to go with the option that is (long term) easier to manage, which would be resampling during build. Functionality-wise, it makes sense: you are telling the...
That's where the separation of post-processing (https://github.com/calliope-project/calliope/issues/638) and non-conflicting configurations (https://github.com/calliope-project/calliope/issues/626) come in! If done right, the selected "mode" might activate some post-processing step that makes data cleaner (in the...
@brynpickering just to confirm: sparse data in this case would mean that `xarray` will **not** fill in those spaces with `nan`? Because otherwise we have an issue in our hands,...