pypsa-meets-earth / pypsa-earth

PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
https://pypsa-earth.readthedocs.io/en/latest/
207 stars 167 forks source link

Fix tutorial settings #975

Closed ekatef closed 4 months ago

ekatef commented 4 months ago

Set build_natura_raster to false for tutorial to simplify work with the tutorial.

Changes proposed in this Pull Request

Checklist

ekatef commented 4 months ago

Currently CI is failing as the workflow doesn't retrieve natura.tiff for some reason.

davide-f commented 4 months ago

The tutorial is expected to have build_natura_tiff true. The shape for building the natura is available in the databundle (it is a custom square I drew XD) Why is this needed?

ekatef commented 4 months ago

The tutorial is expected to have build_natura_tiff true. The shape for building the natura is available in the databundle (it is a custom square I drew XD) Why is this needed?

Ahh, thanks a lot for the explanation! Haven't been aware that building natura.tiff for the tutorial implies a simplified approach...

The reason of the PR was to address some support requests on how to deal with building a custom natura.tiff for a full-scale model. So, I though that there could be a sub-optimal setup of the tutorial, but that is obviously the feature, not a bug. Sorry for the misunderstanding, I didn't mean to offend the config! 😊

Thanks for checking, @davide-f!

davide-f commented 4 months ago

No problem, a pleasure :D