-
Notifications
You must be signed in to change notification settings - Fork 129
Combining several interpolation functions using a new util function #918
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
Merged
ValentinGebhart
merged 67 commits into
develop
from
feature/restructure_fitfuncs_exceedance
Nov 5, 2024
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
fe3becc
first draft general fit method
ValentinGebhart eab38ac
updated fit func and new loc_exceedance func
ValentinGebhart 316ca45
added local_rp fct and stepfunction fit
ValentinGebhart 7f9649d
update local_exceedance_imp func
ValentinGebhart 4167295
Merge branch 'develop' into feature/restructure_fitfuncs_exceedance
ValentinGebhart 482a207
change fcts to return gdfs
ValentinGebhart 05b2800
prepare to merge with develop
ValentinGebhart a3efe90
Merge branch 'develop' into feature/restructure_fitfuncs_exceedance
ValentinGebhart 9ba4ddb
merged develop into branch
ValentinGebhart 74b4b81
update plot local impact exceedance
ValentinGebhart acf3664
made function calls consistent with new structure
ValentinGebhart 1e0d238
plot NaNs in gray in geo_im_from_array
ValentinGebhart 332b0ab
added method options for exceed funcs
ValentinGebhart f0bf633
fixed bug when y_scale is log
ValentinGebhart b09a7c6
added some tests for fit function
ValentinGebhart 0c6377c
group values with same inten/impact
ValentinGebhart 0fca30b
updated tests
ValentinGebhart 2790fdd
added util function to group frequencies
ValentinGebhart 5c29173
changed default settings, added old functions
ValentinGebhart 23f7f5d
updated tests
ValentinGebhart 199f8e2
added deprecation warnings and changed sorting
ValentinGebhart adfc6e0
new asymptotic and small-input behaviour of funcs
ValentinGebhart 0e6ed2c
added docstrings
ValentinGebhart 97d1c68
more thorough tests of exceedance and rp funcs
ValentinGebhart 6ede419
Merge branch 'develop' into feature/restructure_fitfuncs_exceedance
ValentinGebhart db823e5
fixed pylint issues
ValentinGebhart b7601a5
moved plot func changes to separate PR
ValentinGebhart 93b9b51
split tests into unit and integration tests
ValentinGebhart 9c1af91
refactor util function in smaller functions
ValentinGebhart a1b1b97
Merge branch 'develop' into feature/restructure_fitfuncs_exceedance
ValentinGebhart b2c85ad
adapt functions to switch to boolean input parameters
ValentinGebhart b62af52
fixed docstrings and delete old files
ValentinGebhart de81342
deleted obsolete subfunctions
ValentinGebhart 19c482a
implemented changes suggested by Sarah H
ValentinGebhart 5d11f75
Merge branch 'develop' into feature/restructure_fitfuncs_exceedance
ValentinGebhart 0cfe35c
update interpolate util module to add constant extrapolation option
ValentinGebhart 55c033f
added method "extrapolate_constant" and changed behaviour of "interpo…
ValentinGebhart d059b3e
Update CHANGELOG.md
ValentinGebhart d9b58b3
adapt hazard tutorial
ValentinGebhart eb49fe3
Merge branch 'feature/restructure_fitfuncs_exceedance' of github.com:…
ValentinGebhart d658bbc
rerun hazard tutorial
ValentinGebhart e44b9f0
refactorize methods by introducing new interpolate wrapper function a…
ValentinGebhart 9f343cb
restructured unit and integration tests
ValentinGebhart 043a15c
added tests for two new util functions
ValentinGebhart e608755
update doc
ValentinGebhart 9edac4d
immproved inefficiency in fct group_frequency
ValentinGebhart efb9921
Merge branch 'develop' into feature/restructure_fitfuncs_exceedance
emanuel-schmid 822c7f1
format
emanuel-schmid 1b78bdf
import Impact from climada.engine.impact
emanuel-schmid 87cb6fd
avoid circular imports
emanuel-schmid b9be992
Merge branch 'develop' into develop-black
emanuel-schmid 5143b99
pre-commit run --all-files
emanuel-schmid bc60010
setup: DEPS_TEST update
emanuel-schmid 3c5fc8f
avoid circular imports
emanuel-schmid aa0615f
Merge branch 'develop-white' of https://github.com/CLIMADA-project/cl…
emanuel-schmid dcbe2c5
format exceptions
emanuel-schmid 13dfc8e
added tutorial about new functionalities
ValentinGebhart d9d600d
Merge branch 'develop-white' into feature/restructure_fitfuncs_exceed…
ValentinGebhart 81695f4
blacked my feature branch
ValentinGebhart e0ccfa0
Merge branch 'develop-black' into feature/restructure_fitfuncs_exceed…
ValentinGebhart f76723c
Merge branch 'develop' into feature/restructure_fitfuncs_exceedance
ValentinGebhart 928f24e
removed tutorial for future PR
ValentinGebhart 685b6c8
Apply suggestions from code review
ValentinGebhart bfef378
changed deprecation warning to decorators
ValentinGebhart 386730b
changelog: amend deprecated section
emanuel-schmid 4b88cb0
update changelog with three more deprecated entries
ValentinGebhart 4d29cbf
moved time frequency conversion to util dates_times
ValentinGebhart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.