Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for constraining future scenarios with zones dynamically #121

Open
2 of 4 tasks
Martin-Jung opened this issue Apr 17, 2024 · 0 comments
Open
2 of 4 tasks
Assignees
Labels
improvement Smaller improvements to existing features

Comments

@Martin-Jung
Copy link
Collaborator

Martin-Jung commented Apr 17, 2024

One effective way to constrain projections is through zoning layers or mcp's. At the moment these can be added either via add_control_extrapolation() or directly via the limits parameter in distribution() or scenario(). Particular for the latter it would be good if scenarios could be dynamically constrained, for example by an expanding climate zone.

Propose to add this option to the package:

  • Add support for a list of stars for zones to add_control_extrapolation(). In case no projection is made, the first entry at point t is used
  • Check that similar functions work for distribution() or scenario().
  • Small unit tests to check that this works and does not cause issues downstream.

Also further:

  • Convert entire zone handling to terra owing to bugs in factor conversion
@Martin-Jung Martin-Jung added the improvement Smaller improvements to existing features label Apr 17, 2024
@Martin-Jung Martin-Jung self-assigned this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Smaller improvements to existing features
Projects
None yet
Development

No branches or pull requests

1 participant